Html Css Color HEX #AB8011 Dark Goldenrod

📋 copy color: '#AB8011'

red 171 ◦ green 128 ◦ blue 17

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

Shades of Dark Goldenrod #AB8011

Tints of Dark Goldenrod #AB8011

RGB

 RED value IS 171 (67.19% from 255) = 54.11%

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

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

R = 54.11%
G = 40.51%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB8011 (or 0xAB8011) is known color: Dark Goldenrod. HEX triplet: AB, 80 and 11. RGB value is (171,128,17). Sum of RGB (Red+Green+Blue) = 171+128+17=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8011 is #547FEE. Grayscale: #808080. Windows color (decimal): -5537775 or 1147051. OLE color: 1147051.

HSL color Cylindrical-coordinate representation of color #AB8011: hue angle of 43.25º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB8011 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 17 -
CMYK 0 0.25 0.90 0.33
HSL 43.25º 0.82% 0.37% -
HSV(B) 43.25º 0.9% 0.67% -
XYZ 24.61 24.14 3.89 -
YUV 128.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 171 128 17 0 0.25 0.90 0.33 43.25 0.82 0.37
Hex AB 80 11 0 19 5A 21 2B 52 25
Octal 253 200 21 0 31 132 41 53 122 45
Binary 10101011 10000000 10001 0 11001 1011010 100001 101011 1010010 100101

Color Harmonies of #AB8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8011

Black with #AB8011

Text Example


Text Example

White with #AB8011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8011; }

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

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

background-color css

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

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

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

border-color css

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

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

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