Html Css Color HEX #A87801 Dark Goldenrod

📋 copy color: '#A87801'

red 168 ◦ green 120 ◦ blue 1

#A87801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A87801

Tints of Dark Goldenrod #A87801

RGB

 RED value IS 168 (66.02% from 255) = 58.13%

 GREEN value IS 120 (47.27% from 255) = 41.52%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 58.13%
G = 41.52%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A87801 (or 0xA87801) is known color: Dark Goldenrod. HEX triplet: A8, 78 and 01. RGB value is (168,120,1). Sum of RGB (Red+Green+Blue) = 168+120+1=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A87801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87801 is #5787FE. Grayscale: #797979. Windows color (decimal): -5736447 or 96424. OLE color: 96424.

HSL color Cylindrical-coordinate representation of color #A87801: hue angle of 42.75º 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 #A87801 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 1 -
CMYK 0 0.29 0.99 0.34
HSL 42.75º 0.99% 0.33% -
HSV(B) 42.75º 0.99% 0.66% -
XYZ 22.87 21.76 3.02 -
YUV 120.79 60.4 161.68 -
System Red Green Blue C M Y K H S L
Decimal 168 120 1 0 0.29 0.99 0.34 42.75 0.99 0.33
Hex A8 78 1 0 1D 63 22 2B 63 21
Octal 250 170 1 0 35 143 42 53 143 41
Binary 10101000 1111000 1 0 11101 1100011 100010 101011 1100011 100001

Color Harmonies of #A87801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87801

Black with #A87801

Text Example


Text Example

White with #A87801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87801; }

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

 H1.HeaderClassName
 {
   color: #A87801;
 }
 .AnyTagClassName
 {
   color: #A87801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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