Html Css Color HEX #A87401 Dark Goldenrod

📋 copy color: '#A87401'

red 168 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #A87401

Tints of Dark Goldenrod #A87401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

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

R = 58.95%
G = 40.7%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A87401 (or 0xA87401) is known color: Dark Goldenrod. HEX triplet: A8, 74 and 01. RGB value is (168,116,1). Sum of RGB (Red+Green+Blue) = 168+116+1=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A87401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87401 is #578BFE. Grayscale: #767676. Windows color (decimal): -5737471 or 95400. OLE color: 95400.

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

Color convert

RGB 168 116 1 -
CMYK 0 0.31 0.99 0.34
HSL 41.32º 0.99% 0.33% -
HSV(B) 41.32º 0.99% 0.66% -
XYZ 22.4 20.82 2.87 -
YUV 118.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 168 116 1 0 0.31 0.99 0.34 41.32 0.99 0.33
Hex A8 74 1 0 1F 63 22 29 63 21
Octal 250 164 1 0 37 143 42 51 143 41
Binary 10101000 1110100 1 0 11111 1100011 100010 101001 1100011 100001

Color Harmonies of #A87401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87401

Black with #A87401

Text Example


Text Example

White with #A87401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87401; }

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

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

background-color css

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

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

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

border-color css

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

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

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