Html Css Color HEX #AB8800 Dark Goldenrod

📋 copy color: '#AB8800'

red 171 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #AB8800

Tints of Dark Goldenrod #AB8800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.7%
G = 44.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB8800 (or 0xAB8800) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 00. RGB value is (171,136,0). Sum of RGB (Red+Green+Blue) = 171+136+0=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8800 is #5477FF. Grayscale: #838383. Windows color (decimal): -5535744 or 34987. OLE color: 34987.

HSL color Cylindrical-coordinate representation of color #AB8800: hue angle of 47.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB8800 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 136 0 -
CMYK 0 0.20 1 0.33
HSL 47.72º 1% 0.34% -
HSV(B) 47.72º 1% 0.67% -
XYZ 25.6 26.27 3.72 -
YUV 130.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 171 136 0 0 0.20 1 0.33 47.72 1 0.34
Hex AB 88 0 0 14 64 21 30 64 22
Octal 253 210 0 0 24 144 41 60 144 42
Binary 10101011 10001000 0 0 10100 1100100 100001 110000 1100100 100010

Color Harmonies of #AB8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8800

Black with #AB8800

Text Example


Text Example

White with #AB8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8800; }

 p { color: rgb(171,136,0); }

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

background-color css

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

 a { background-color: rgb(171,136,0); }

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

border-color css

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

 span { border-color: rgb(171,136,0); }

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