Html Css Color HEX #A17801 Dark Goldenrod

📋 copy color: '#A17801'

red 161 ◦ green 120 ◦ blue 1

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

Shades of Dark Goldenrod #A17801

Tints of Dark Goldenrod #A17801

RGB

 RED value IS 161 (63.28% from 255) = 57.09%

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

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

R = 57.09%
G = 42.55%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A17801 (or 0xA17801) is known color: Dark Goldenrod. HEX triplet: A1, 78 and 01. RGB value is (161,120,1). Sum of RGB (Red+Green+Blue) = 161+120+1=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A17801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17801 is #5E87FE. Grayscale: #777777. Windows color (decimal): -6195199 or 96417. OLE color: 96417.

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

Color convert

RGB 161 120 1 -
CMYK 0 0.25 0.99 0.37
HSL 44.63º 0.99% 0.32% -
HSV(B) 44.63º 0.99% 0.63% -
XYZ 21.42 21.01 2.96 -
YUV 118.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 161 120 1 0 0.25 0.99 0.37 44.63 0.99 0.32
Hex A1 78 1 0 19 63 25 2D 63 20
Octal 241 170 1 0 31 143 45 55 143 40
Binary 10100001 1111000 1 0 11001 1100011 100101 101101 1100011 100000

Color Harmonies of #A17801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17801

Black with #A17801

Text Example


Text Example

White with #A17801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17801; }

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

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

background-color css

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

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

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

border-color css

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

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

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