Html Css Color HEX #A17900 Dark Goldenrod

📋 copy color: '#A17900'

red 161 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #A17900

Tints of Dark Goldenrod #A17900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.09%
G = 42.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A17900 (or 0xA17900) is known color: Dark Goldenrod. HEX triplet: A1, 79 and 00. RGB value is (161,121,0). Sum of RGB (Red+Green+Blue) = 161+121+0=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A17900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17900 is #5E86FF. Grayscale: #777777. Windows color (decimal): -6194944 or 31137. OLE color: 31137.

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

Color convert

RGB 161 121 0 -
CMYK 0 0.25 1 0.37
HSL 45.09º 1% 0.32% -
HSV(B) 45.09º 1% 0.63% -
XYZ 21.54 21.25 2.97 -
YUV 119.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 161 121 0 0 0.25 1 0.37 45.09 1 0.32
Hex A1 79 0 0 19 64 25 2D 64 20
Octal 241 171 0 0 31 144 45 55 144 40
Binary 10100001 1111001 0 0 11001 1100100 100101 101101 1100100 100000

Color Harmonies of #A17900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17900

Black with #A17900

Text Example


Text Example

White with #A17900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17900; }

 p { color: rgb(161,121,0); }

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

background-color css

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

 a { background-color: rgb(161,121,0); }

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

border-color css

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

 span { border-color: rgb(161,121,0); }

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