#A39933

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

Shades of Reef Gold #A39933

Tints of Reef Gold #A39933

Color information

#A39933 (or 0xA39933) is unknown color: approx Reef Gold. HEX triplet: A3, 99 and 33. RGB value is (163,153,51). Sum of RGB (Red+Green+Blue) = 163+153+51=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A39933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39933 is #5C66CC. Grayscale: #909090. Windows color (decimal): -6055629 or 3381667. OLE color: 3381667.

HSL color Cylindrical-coordinate representation of color #A39933: hue angle of 54.64º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A39933 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16315351-
CMYK00.060.690.36
HSL54.64º52.34%41.96%-
HSV(B)54.64º68.71%63.92%-
XYZ27.0930.817.65-
YUV144.3675.31141.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=44.41%
G=41.69%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631535100.060.690.3654.6452.3441.96
HexA3993306452437342a
Octal243231630610544676452
Binary101000111001100111001101101000101100100110111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39933; }

 p { color: rgb(163,153,51); }

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

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

 a { background-color: rgb(163,153,51); }

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

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

 span { border-color: rgb(163,153,51); }

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