#A39539

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

Shades of Reef Gold #A39539

Tints of Reef Gold #A39539

Color information

#A39539 (or 0xA39539) is unknown color: approx Reef Gold. HEX triplet: A3, 95 and 39. RGB value is (163,149,57). Sum of RGB (Red+Green+Blue) = 163+149+57=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A39539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39539 is #5C6AC6. Grayscale: #8F8F8F. Windows color (decimal): -6056647 or 3773859. OLE color: 3773859.

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

Color convert

RGB16314957-
CMYK00.090.650.36
HSL52.08º48.18%43.14%-
HSV(B)52.08º65.03%63.92%-
XYZ26.5929.588.18-
YUV142.779.64142.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 57 (22.66% from 255) = 15.45%
R=44.17%
G=40.38%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631495700.090.650.3652.0848.1843.14
HexA3953909412434302b
Octal2432257101110144646053
Binary1010001110010101111001010011000001100100110100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39539; }

 p { color: rgb(163,149,57); }

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

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

 a { background-color: rgb(163,149,57); }

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

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

 span { border-color: rgb(163,149,57); }

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