Html Css Color HEX #AB7E05 Dark Goldenrod

📋 copy color: '#AB7E05'

red 171 ◦ green 126 ◦ blue 5

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

Shades of Dark Goldenrod #AB7E05

Tints of Dark Goldenrod #AB7E05

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.72%

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

R = 56.62%
G = 41.72%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB7E05 (or 0xAB7E05) is known color: Dark Goldenrod. HEX triplet: AB, 7E and 05. RGB value is (171,126,5). Sum of RGB (Red+Green+Blue) = 171+126+5=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7E05 is #5481FA. Grayscale: #7E7E7E. Windows color (decimal): -5538299 or 360107. OLE color: 360107.

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

Color convert

RGB 171 126 5 -
CMYK 0 0.26 0.97 0.33
HSL 43.73º 0.94% 0.35% -
HSV(B) 43.73º 0.97% 0.67% -
XYZ 24.28 23.59 3.42 -
YUV 125.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 171 126 5 0 0.26 0.97 0.33 43.73 0.94 0.35
Hex AB 7E 5 0 1A 61 21 2C 5E 23
Octal 253 176 5 0 32 141 41 54 136 43
Binary 10101011 1111110 101 0 11010 1100001 100001 101100 1011110 100011

Color Harmonies of #AB7E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E05

Black with #AB7E05

Text Example


Text Example

White with #AB7E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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