#A39936

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

Shades of Reef Gold #A39936

Tints of Reef Gold #A39936

Color information

#A39936 (or 0xA39936) is unknown color: approx Reef Gold. HEX triplet: A3, 99 and 36. RGB value is (163,153,54). Sum of RGB (Red+Green+Blue) = 163+153+54=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A39936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39936 is #5C66C9. Grayscale: #919191. Windows color (decimal): -6055626 or 3578275. OLE color: 3578275.

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

Color convert

RGB16315354-
CMYK00.060.670.36
HSL54.5º50.23%42.55%-
HSV(B)54.5º66.87%63.92%-
XYZ27.1630.848.01-
YUV144.776.81141.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 54 (21.48% from 255) = 14.59%
R=44.05%
G=41.35%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631535400.060.670.3654.550.2342.55
HexA3993606432436322b
Octal243231660610344666253
Binary101000111001100111011001101000011100100110110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39936; }

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

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

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

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

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

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

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

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