Html Css Color HEX #AB8905 Dark Goldenrod

📋 copy color: '#AB8905'

red 171 ◦ green 137 ◦ blue 5

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

Shades of Dark Goldenrod #AB8905

Tints of Dark Goldenrod #AB8905

RGB

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

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

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

R = 54.63%
G = 43.77%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB8905 (or 0xAB8905) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 05. RGB value is (171,137,5). Sum of RGB (Red+Green+Blue) = 171+137+5=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8905 is #5476FA. Grayscale: #848484. Windows color (decimal): -5535483 or 362923. OLE color: 362923.

HSL color Cylindrical-coordinate representation of color #AB8905: hue angle of 47.71º 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 #AB8905 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 5 -
CMYK 0 0.20 0.97 0.33
HSL 47.71º 0.94% 0.35% -
HSV(B) 47.71º 0.97% 0.67% -
XYZ 25.77 26.56 3.91 -
YUV 132.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 171 137 5 0 0.20 0.97 0.33 47.71 0.94 0.35
Hex AB 89 5 0 14 61 21 30 5E 23
Octal 253 211 5 0 24 141 41 60 136 43
Binary 10101011 10001001 101 0 10100 1100001 100001 110000 1011110 100011

Color Harmonies of #AB8905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8905

Black with #AB8905

Text Example


Text Example

White with #AB8905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8905; }

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

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

background-color css

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

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

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

border-color css

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

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

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