#A39435

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

Shades of Reef Gold #A39435

Tints of Reef Gold #A39435

Color information

#A39435 (or 0xA39435) is unknown color: approx Reef Gold. HEX triplet: A3, 94 and 35. RGB value is (163,148,53). Sum of RGB (Red+Green+Blue) = 163+148+53=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A39435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39435 is #5C6BCA. Grayscale: #8E8E8E. Windows color (decimal): -6056907 or 3511459. OLE color: 3511459.

HSL color Cylindrical-coordinate representation of color #A39435: hue angle of 51.82º 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 #A39435 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16314853-
CMYK00.090.670.36
HSL51.82º50.93%42.35%-
HSV(B)51.82º67.48%63.92%-
XYZ26.3429.227.62-
YUV141.6677.97143.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=44.78%
G=40.66%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631485300.090.670.3651.8250.9342.35
HexA3943509432434332a
Octal2432246501110344646352
Binary1010001110010100110101010011000011100100110100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39435; }

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

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

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

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

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

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

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

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