Html Css Color HEX #A17F08 Dark Goldenrod

📋 copy color: '#A17F08'

red 161 ◦ green 127 ◦ blue 8

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

Shades of Dark Goldenrod #A17F08

Tints of Dark Goldenrod #A17F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.7%

R = 54.39%
G = 42.91%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A17F08 (or 0xA17F08) is known color: Dark Goldenrod. HEX triplet: A1, 7F and 08. RGB value is (161,127,8). Sum of RGB (Red+Green+Blue) = 161+127+8=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17F08 is #5E80F7. Grayscale: #7C7C7C. Windows color (decimal): -6193400 or 556961. OLE color: 556961.

HSL color Cylindrical-coordinate representation of color #A17F08: hue angle of 46.67º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A17F08 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 8 -
CMYK 0 0.21 0.95 0.37
HSL 46.67º 0.91% 0.33% -
HSV(B) 46.67º 0.95% 0.63% -
XYZ 22.33 22.77 3.45 -
YUV 123.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 161 127 8 0 0.21 0.95 0.37 46.67 0.91 0.33
Hex A1 7F 8 0 15 5F 25 2F 5B 21
Octal 241 177 10 0 25 137 45 57 133 41
Binary 10100001 1111111 1000 0 10101 1011111 100101 101111 1011011 100001

Color Harmonies of #A17F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F08

Black with #A17F08

Text Example


Text Example

White with #A17F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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