Html Css Color HEX #AB7914 Dark Goldenrod

📋 copy color: '#AB7914'

red 171 ◦ green 121 ◦ blue 20

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

Shades of Dark Goldenrod #AB7914

Tints of Dark Goldenrod #AB7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

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

R = 54.81%
G = 38.78%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB7914 (or 0xAB7914) is known color: Dark Goldenrod. HEX triplet: AB, 79 and 14. RGB value is (171,121,20). Sum of RGB (Red+Green+Blue) = 171+121+20=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7914 is #5486EB. Grayscale: #7C7C7C. Windows color (decimal): -5539564 or 1341867. OLE color: 1341867.

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

Color convert

RGB 171 121 20 -
CMYK 0 0.29 0.88 0.33
HSL 40.13º 0.79% 0.37% -
HSV(B) 40.13º 0.88% 0.67% -
XYZ 23.76 22.38 3.73 -
YUV 124.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 171 121 20 0 0.29 0.88 0.33 40.13 0.79 0.37
Hex AB 79 14 0 1D 58 21 28 4F 25
Octal 253 171 24 0 35 130 41 50 117 45
Binary 10101011 1111001 10100 0 11101 1011000 100001 101000 1001111 100101

Color Harmonies of #AB7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7914

Black with #AB7914

Text Example


Text Example

White with #AB7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7914; }

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

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

background-color css

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

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

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

border-color css

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

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

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