Html Css Color HEX #A88011 Dark Goldenrod

📋 copy color: '#A88011'

red 168 ◦ green 128 ◦ blue 17

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

Shades of Dark Goldenrod #A88011

Tints of Dark Goldenrod #A88011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 53.67%
G = 40.89%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A88011 (or 0xA88011) is known color: Dark Goldenrod. HEX triplet: A8, 80 and 11. RGB value is (168,128,17). Sum of RGB (Red+Green+Blue) = 168+128+17=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A88011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88011 is #577FEE. Grayscale: #7F7F7F. Windows color (decimal): -5734383 or 1147048. OLE color: 1147048.

HSL color Cylindrical-coordinate representation of color #A88011: hue angle of 44.11º 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 #A88011 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 17 -
CMYK 0 0.24 0.90 0.34
HSL 44.11º 0.82% 0.36% -
HSV(B) 44.11º 0.9% 0.66% -
XYZ 23.97 23.8 3.86 -
YUV 127.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 168 128 17 0 0.24 0.90 0.34 44.11 0.82 0.36
Hex A8 80 11 0 18 5A 22 2C 52 24
Octal 250 200 21 0 30 132 42 54 122 44
Binary 10101000 10000000 10001 0 11000 1011010 100010 101100 1010010 100100

Color Harmonies of #A88011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88011

Black with #A88011

Text Example


Text Example

White with #A88011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88011; }

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

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

background-color css

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

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

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

border-color css

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

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

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