#A19533

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

Shades of Reef Gold #A19533

Tints of Reef Gold #A19533

Color information

#A19533 (or 0xA19533) is unknown color: approx Reef Gold. HEX triplet: A1, 95 and 33. RGB value is (161,149,51). Sum of RGB (Red+Green+Blue) = 161+149+51=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A19533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19533 is #5E6ACC. Grayscale: #8D8D8D. Windows color (decimal): -6187725 or 3380641. OLE color: 3380641.

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

Color convert

RGB16114951-
CMYK00.070.680.37
HSL53.45º51.89%41.57%-
HSV(B)53.45º68.32%63.14%-
XYZ26.0429.317.42-
YUV141.4276.98141.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 51 (20.31% from 255) = 14.13%
R=44.60%
G=41.27%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611495100.070.680.3753.4551.8941.57
HexA1953307442535342a
Octal241225630710445656452
Binary101000011001010111001101111000100100101110101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19533; }

 p { color: rgb(161,149,51); }

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

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

 a { background-color: rgb(161,149,51); }

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

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

 span { border-color: rgb(161,149,51); }

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