#A3870A

Color #A3870A Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A3870A

Tints of Dark Goldenrod #A3870A

Color information

#A3870A (or 0xA3870A) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 87 and 0A. RGB value is (163,135,10). Sum of RGB (Red+Green+Blue) = 163+135+10=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3870A is #5C78F5. Grayscale: #818181. Windows color (decimal): -6060278 or 690083. OLE color: 690083.

HSL color Cylindrical-coordinate representation of color #A3870A: hue angle of 49.02º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3870A is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB16313510-
CMYK00.170.940.36
HSL49.02º88.44%33.92%-
HSV(B)49.02º93.87%63.92%-
XYZ23.8225.143.88-
YUV129.1260.78152.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 10 (4.30% from 255) = 3.25%
R=52.92%
G=43.83%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631351000.170.940.3649.0288.4433.92
HexA387A0115E24315822
Octal24320712021136446113042
Binary1010001110000111101001000110111101001001100011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3870A; }

 p { color: rgb(163,135,10); }

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

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

 a { background-color: rgb(163,135,10); }

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

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

 span { border-color: rgb(163,135,10); }

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