Html Css Color HEX #A88111 Dark Goldenrod

📋 copy color: '#A88111'

red 168 ◦ green 129 ◦ blue 17

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

Shades of Dark Goldenrod #A88111

Tints of Dark Goldenrod #A88111

RGB

 RED value IS 168 (66.02% from 255) = 53.5%

 GREEN value IS 129 (50.78% from 255) = 41.08%

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 53.5%
G = 41.08%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A88111 (or 0xA88111) is known color: Dark Goldenrod. HEX triplet: A8, 81 and 11. RGB value is (168,129,17). Sum of RGB (Red+Green+Blue) = 168+129+17=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A88111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88111 is #577EEE. Grayscale: #808080. Windows color (decimal): -5734127 or 1147304. OLE color: 1147304.

HSL color Cylindrical-coordinate representation of color #A88111: hue angle of 44.5º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A88111 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 129 17 -
CMYK 0 0.23 0.90 0.34
HSL 44.5º 0.82% 0.36% -
HSV(B) 44.5º 0.9% 0.66% -
XYZ 24.1 24.07 3.91 -
YUV 127.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 168 129 17 0 0.23 0.90 0.34 44.5 0.82 0.36
Hex A8 81 11 0 17 5A 22 2D 52 24
Octal 250 201 21 0 27 132 42 55 122 44
Binary 10101000 10000001 10001 0 10111 1011010 100010 101101 1010010 100100

Color Harmonies of #A88111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88111

Black with #A88111

Text Example


Text Example

White with #A88111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88111; }

 p { color: rgb(168,129,17); }

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

background-color css

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

 a { background-color: rgb(168,129,17); }

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

border-color css

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

 span { border-color: rgb(168,129,17); }

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