#A39B35

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

Shades of Reef Gold #A39B35

Tints of Reef Gold #A39B35

Color information

#A39B35 (or 0xA39B35) is unknown color: approx Reef Gold. HEX triplet: A3, 9B and 35. RGB value is (163,155,53). Sum of RGB (Red+Green+Blue) = 163+155+53=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B35 is #5C64CA. Grayscale: #929292. Windows color (decimal): -6055115 or 3513251. OLE color: 3513251.

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

Color convert

RGB16315553-
CMYK00.050.670.36
HSL55.64º50.93%42.35%-
HSV(B)55.64º67.48%63.92%-
XYZ27.4731.498-
YUV145.7675.65140.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=43.94%
G=41.78%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631555300.050.670.3655.6450.9342.35
HexA39B3505432438332a
Octal243233650510344706352
Binary101000111001101111010101011000011100100111000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B35; }

 p { color: rgb(163,155,53); }

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

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

 a { background-color: rgb(163,155,53); }

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

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

 span { border-color: rgb(163,155,53); }

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