Html Css Color HEX #AB7714 Dark Goldenrod

📋 copy color: '#AB7714'

red 171 ◦ green 119 ◦ blue 20

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

Shades of Dark Goldenrod #AB7714

Tints of Dark Goldenrod #AB7714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

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

R = 55.16%
G = 38.39%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB7714 (or 0xAB7714) is known color: Dark Goldenrod. HEX triplet: AB, 77 and 14. RGB value is (171,119,20). Sum of RGB (Red+Green+Blue) = 171+119+20=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7714 is #5488EB. Grayscale: #7B7B7B. Windows color (decimal): -5540076 or 1341355. OLE color: 1341355.

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

Color convert

RGB 171 119 20 -
CMYK 0 0.30 0.88 0.33
HSL 39.34º 0.79% 0.37% -
HSV(B) 39.34º 0.88% 0.67% -
XYZ 23.52 21.9 3.65 -
YUV 123.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 171 119 20 0 0.30 0.88 0.33 39.34 0.79 0.37
Hex AB 77 14 0 1E 58 21 27 4F 25
Octal 253 167 24 0 36 130 41 47 117 45
Binary 10101011 1110111 10100 0 11110 1011000 100001 100111 1001111 100101

Color Harmonies of #AB7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7714

Black with #AB7714

Text Example


Text Example

White with #AB7714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7714; }

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

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

background-color css

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

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

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

border-color css

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

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

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