Html Css Color HEX #AB8901 Dark Goldenrod

📋 copy color: '#AB8901'

red 171 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #AB8901

Tints of Dark Goldenrod #AB8901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 55.34%
G = 44.34%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB8901 (or 0xAB8901) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 01. RGB value is (171,137,1). Sum of RGB (Red+Green+Blue) = 171+137+1=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8901 is #5476FE. Grayscale: #848484. Windows color (decimal): -5535487 or 100779. OLE color: 100779.

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

Color convert

RGB 171 137 1 -
CMYK 0 0.20 0.99 0.33
HSL 48º 0.99% 0.34% -
HSV(B) 48º 0.99% 0.67% -
XYZ 25.75 26.55 3.8 -
YUV 131.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 171 137 1 0 0.20 0.99 0.33 48 0.99 0.34
Hex AB 89 1 0 14 63 21 30 63 22
Octal 253 211 1 0 24 143 41 60 143 42
Binary 10101011 10001001 1 0 10100 1100011 100001 110000 1100011 100010

Color Harmonies of #AB8901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8901

Black with #AB8901

Text Example


Text Example

White with #AB8901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8901; }

 p { color: rgb(171,137,1); }

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

background-color css

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

 a { background-color: rgb(171,137,1); }

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

border-color css

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

 span { border-color: rgb(171,137,1); }

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