#A39C37

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

Shades of Reef Gold #A39C37

Tints of Reef Gold #A39C37

Color information

#A39C37 (or 0xA39C37) is unknown color: approx Reef Gold. HEX triplet: A3, 9C and 37. RGB value is (163,156,55). Sum of RGB (Red+Green+Blue) = 163+156+55=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39C37 is #5C63C8. Grayscale: #929292. Windows color (decimal): -6054857 or 3644579. OLE color: 3644579.

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

Color convert

RGB16315655-
CMYK00.040.660.36
HSL56.11º49.54%42.75%-
HSV(B)56.11º66.26%63.92%-
XYZ27.6831.848.3-
YUV146.5876.32139.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 55 (21.88% from 255) = 14.71%
R=43.58%
G=41.71%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631565500.040.660.3656.1149.5442.75
HexA39C3704422438322b
Octal243234670410244706253
Binary101000111001110011011101001000010100100111000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C37; }

 p { color: rgb(163,156,55); }

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

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

 a { background-color: rgb(163,156,55); }

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

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

 span { border-color: rgb(163,156,55); }

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