Html Css Color HEX #A17702 Dark Goldenrod

📋 copy color: '#A17702'

red 161 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #A17702

Tints of Dark Goldenrod #A17702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 57.09%
G = 42.2%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A17702 (or 0xA17702) is known color: Dark Goldenrod. HEX triplet: A1, 77 and 02. RGB value is (161,119,2). Sum of RGB (Red+Green+Blue) = 161+119+2=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A17702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17702 is #5E88FD. Grayscale: #767676. Windows color (decimal): -6195454 or 161697. OLE color: 161697.

HSL color Cylindrical-coordinate representation of color #A17702: hue angle of 44.15º degrees, saturation: 0.98, 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 #A17702 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 119 2 -
CMYK 0 0.26 0.99 0.37
HSL 44.15º 0.98% 0.32% -
HSV(B) 44.15º 0.99% 0.63% -
XYZ 21.31 20.78 2.94 -
YUV 118.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 161 119 2 0 0.26 0.99 0.37 44.15 0.98 0.32
Hex A1 77 2 0 1A 63 25 2C 62 20
Octal 241 167 2 0 32 143 45 54 142 40
Binary 10100001 1110111 10 0 11010 1100011 100101 101100 1100010 100000

Color Harmonies of #A17702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17702

Black with #A17702

Text Example


Text Example

White with #A17702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17702; }

 p { color: rgb(161,119,2); }

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

background-color css

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

 a { background-color: rgb(161,119,2); }

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

border-color css

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

 span { border-color: rgb(161,119,2); }

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