Html Css Color HEX #AB7E14 Dark Goldenrod

📋 copy color: '#AB7E14'

red 171 ◦ green 126 ◦ blue 20

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

Shades of Dark Goldenrod #AB7E14

Tints of Dark Goldenrod #AB7E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 53.94%
G = 39.75%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB7E14 (or 0xAB7E14) is known color: Dark Goldenrod. HEX triplet: AB, 7E and 14. RGB value is (171,126,20). Sum of RGB (Red+Green+Blue) = 171+126+20=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7E14 is #5481EB. Grayscale: #7F7F7F. Windows color (decimal): -5538284 or 1343147. OLE color: 1343147.

HSL color Cylindrical-coordinate representation of color #AB7E14: hue angle of 42.12º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB7E14 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 126 20 -
CMYK 0 0.26 0.88 0.33
HSL 42.12º 0.79% 0.37% -
HSV(B) 42.12º 0.88% 0.67% -
XYZ 24.38 23.63 3.94 -
YUV 127.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 171 126 20 0 0.26 0.88 0.33 42.12 0.79 0.37
Hex AB 7E 14 0 1A 58 21 2A 4F 25
Octal 253 176 24 0 32 130 41 52 117 45
Binary 10101011 1111110 10100 0 11010 1011000 100001 101010 1001111 100101

Color Harmonies of #AB7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E14

Black with #AB7E14

Text Example


Text Example

White with #AB7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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