#A08632

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

Shades of Reef Gold #A08632

Tints of Reef Gold #A08632

Color information

#A08632 (or 0xA08632) is unknown color: approx Reef Gold. HEX triplet: A0, 86 and 32. RGB value is (160,134,50). Sum of RGB (Red+Green+Blue) = 160+134+50=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A08632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08632 is #5F79CD. Grayscale: #848484. Windows color (decimal): -6257102 or 3311264. OLE color: 3311264.

HSL color Cylindrical-coordinate representation of color #A08632: hue angle of 45.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A08632 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16013450-
CMYK00.160.690.37
HSL45.82º52.38%41.18%-
HSV(B)45.82º68.75%62.75%-
XYZ23.624.756.55-
YUV132.281.61147.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 50 (19.92% from 255) = 14.53%
R=46.51%
G=38.95%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601345000.160.690.3745.8252.3841.18
HexA0863201045252e3429
Octal2402066202010545566451
Binary10100000100001101100100100001000101100101101110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08632; }

 p { color: rgb(160,134,50); }

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

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

 a { background-color: rgb(160,134,50); }

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

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

 span { border-color: rgb(160,134,50); }

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