Html Css Color HEX #AB8B05 Dark Goldenrod

📋 copy color: '#AB8B05'

red 171 ◦ green 139 ◦ blue 5

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

Shades of Dark Goldenrod #AB8B05

Tints of Dark Goldenrod #AB8B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.13%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 54.29%
G = 44.13%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB8B05 (or 0xAB8B05) is known color: Dark Goldenrod. HEX triplet: AB, 8B and 05. RGB value is (171,139,5). Sum of RGB (Red+Green+Blue) = 171+139+5=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8B05 is #5474FA. Grayscale: #858585. Windows color (decimal): -5534971 or 363435. OLE color: 363435.

HSL color Cylindrical-coordinate representation of color #AB8B05: hue angle of 48.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB8B05 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 139 5 -
CMYK 0 0.19 0.97 0.33
HSL 48.43º 0.94% 0.35% -
HSV(B) 48.43º 0.97% 0.67% -
XYZ 26.05 27.13 4.01 -
YUV 133.29 55.6 154.9 -
System Red Green Blue C M Y K H S L
Decimal 171 139 5 0 0.19 0.97 0.33 48.43 0.94 0.35
Hex AB 8B 5 0 13 61 21 30 5E 23
Octal 253 213 5 0 23 141 41 60 136 43
Binary 10101011 10001011 101 0 10011 1100001 100001 110000 1011110 100011

Color Harmonies of #AB8B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B05

Black with #AB8B05

Text Example


Text Example

White with #AB8B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B05; }

 p { color: rgb(171,139,5); }

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

background-color css

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

 a { background-color: rgb(171,139,5); }

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

border-color css

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

 span { border-color: rgb(171,139,5); }

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