Html Css Color HEX #A17E08 Dark Goldenrod

📋 copy color: '#A17E08'

red 161 ◦ green 126 ◦ blue 8

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

Shades of Dark Goldenrod #A17E08

Tints of Dark Goldenrod #A17E08

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.71%

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

R = 54.58%
G = 42.71%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A17E08 (or 0xA17E08) is known color: Dark Goldenrod. HEX triplet: A1, 7E and 08. RGB value is (161,126,8). Sum of RGB (Red+Green+Blue) = 161+126+8=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17E08 is #5E81F7. Grayscale: #7B7B7B. Windows color (decimal): -6193656 or 556705. OLE color: 556705.

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

Color convert

RGB 161 126 8 -
CMYK 0 0.22 0.95 0.37
HSL 46.27º 0.91% 0.33% -
HSV(B) 46.27º 0.95% 0.63% -
XYZ 22.2 22.52 3.41 -
YUV 123.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 161 126 8 0 0.22 0.95 0.37 46.27 0.91 0.33
Hex A1 7E 8 0 16 5F 25 2E 5B 21
Octal 241 176 10 0 26 137 45 56 133 41
Binary 10100001 1111110 1000 0 10110 1011111 100101 101110 1011011 100001

Color Harmonies of #A17E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E08

Black with #A17E08

Text Example


Text Example

White with #A17E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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