Html Css Color HEX #A17F02 Dark Goldenrod

📋 copy color: '#A17F02'

red 161 ◦ green 127 ◦ blue 2

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

Shades of Dark Goldenrod #A17F02

Tints of Dark Goldenrod #A17F02

RGB

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

 GREEN value IS 127 (50% from 255) = 43.79%

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

R = 55.52%
G = 43.79%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A17F02 (or 0xA17F02) is known color: Dark Goldenrod. HEX triplet: A1, 7F and 02. RGB value is (161,127,2). Sum of RGB (Red+Green+Blue) = 161+127+2=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17F02 is #5E80FD. Grayscale: #7B7B7B. Windows color (decimal): -6193406 or 163745. OLE color: 163745.

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

Color convert

RGB 161 127 2 -
CMYK 0 0.21 0.99 0.37
HSL 47.17º 0.98% 0.32% -
HSV(B) 47.17º 0.99% 0.63% -
XYZ 22.3 22.76 3.28 -
YUV 122.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 161 127 2 0 0.21 0.99 0.37 47.17 0.98 0.32
Hex A1 7F 2 0 15 63 25 2F 62 20
Octal 241 177 2 0 25 143 45 57 142 40
Binary 10100001 1111111 10 0 10101 1100011 100101 101111 1100010 100000

Color Harmonies of #A17F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F02

Black with #A17F02

Text Example


Text Example

White with #A17F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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