#A5892B

Color #A5892B Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A5892B

Tints of Reef Gold #A5892B

Color information

#A5892B (or 0xA5892B) is unknown color: approx Reef Gold. HEX triplet: A5, 89 and 2B. RGB value is (165,137,43). Sum of RGB (Red+Green+Blue) = 165+137+43=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5892B is #5A76D4. Grayscale: #878787. Windows color (decimal): -5928661 or 2853285. OLE color: 2853285.

HSL color Cylindrical-coordinate representation of color #A5892B: hue angle of 46.23º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5892B is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB16513743-
CMYK00.170.740.35
HSL46.23º58.65%40.78%-
HSV(B)46.23º73.94%64.71%-
XYZ24.926.076-
YUV134.6676.28149.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 43 (17.19% from 255) = 12.46%
R=47.83%
G=39.71%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651374300.170.740.3546.2358.6540.78
HexA5892B0114A232e3b29
Octal2452115302111243567351
Binary10100101100010011010110100011001010100011101110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5892B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5892B; }

 p { color: rgb(165,137,43); }

 H1.HeaderClassName
 {
   color: #A5892B;
 }
 .AnyTagClassName
 {
   color: #A5892B;
 }
</style>
background-color css

<style>
 a { background-color: #A5892B; }

 a { background-color: rgb(165,137,43); }

 div.DivClassName
 {
   background-color: #A5892B;
 }
 .BgClassName
 {
   background-color: #A5892B;
 }
</style>
border-color css

<style>
 span { border-color: #A5892B; }

 span { border-color: rgb(165,137,43); }

 td.TdClassName
 {
   border-color: #A5892B;
 }
 .TagClassName
 {
   border-color: #A5892B;
 }
</style>