#A87201

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

Shades of Dark Goldenrod #A87201

Tints of Dark Goldenrod #A87201

Color information

#A87201 (or 0xA87201) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 72 and 01. RGB value is (168,114,1). Sum of RGB (Red+Green+Blue) = 168+114+1=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A87201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87201 is #578DFE. Grayscale: #757575. Windows color (decimal): -5737983 or 94888. OLE color: 94888.

HSL color Cylindrical-coordinate representation of color #A87201: hue angle of 40.6º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A87201 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB1681141-
CMYK00.320.990.34
HSL40.6º98.82%33.14%-
HSV(B)40.6º99.4%65.88%-
XYZ22.1720.362.79-
YUV117.2662.39164.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.36%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=59.36%
G=40.28%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168114100.320.990.3440.698.8233.14
HexA87210206322296321
Octal2501621040143425114341
Binary1010100011100101010000011000111000101010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87201; }

 p { color: rgb(168,114,1); }

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

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

 a { background-color: rgb(168,114,1); }

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

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

 span { border-color: rgb(168,114,1); }

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