Html Css Color HEX #AB7D14 Dark Goldenrod

📋 copy color: '#AB7D14'

red 171 ◦ green 125 ◦ blue 20

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

Shades of Dark Goldenrod #AB7D14

Tints of Dark Goldenrod #AB7D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.56%

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

R = 54.11%
G = 39.56%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB7D14 (or 0xAB7D14) is known color: Dark Goldenrod. HEX triplet: AB, 7D and 14. RGB value is (171,125,20). Sum of RGB (Red+Green+Blue) = 171+125+20=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D14 is #5482EB. Grayscale: #7F7F7F. Windows color (decimal): -5538540 or 1342891. OLE color: 1342891.

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

Color convert

RGB 171 125 20 -
CMYK 0 0.27 0.88 0.33
HSL 41.72º 0.79% 0.37% -
HSV(B) 41.72º 0.88% 0.67% -
XYZ 24.25 23.38 3.9 -
YUV 126.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 171 125 20 0 0.27 0.88 0.33 41.72 0.79 0.37
Hex AB 7D 14 0 1B 58 21 2A 4F 25
Octal 253 175 24 0 33 130 41 52 117 45
Binary 10101011 1111101 10100 0 11011 1011000 100001 101010 1001111 100101

Color Harmonies of #AB7D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D14

Black with #AB7D14

Text Example


Text Example

White with #AB7D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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