Html Css Color HEX #AB7C11 Dark Goldenrod

📋 copy color: '#AB7C11'

red 171 ◦ green 124 ◦ blue 17

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

Shades of Dark Goldenrod #AB7C11

Tints of Dark Goldenrod #AB7C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 54.81%
G = 39.74%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB7C11 (or 0xAB7C11) is known color: Dark Goldenrod. HEX triplet: AB, 7C and 11. RGB value is (171,124,17). Sum of RGB (Red+Green+Blue) = 171+124+17=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7C11 is #5483EE. Grayscale: #7E7E7E. Windows color (decimal): -5538799 or 1146027. OLE color: 1146027.

HSL color Cylindrical-coordinate representation of color #AB7C11: hue angle of 41.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB7C11 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 124 17 -
CMYK 0 0.27 0.90 0.33
HSL 41.69º 0.82% 0.37% -
HSV(B) 41.69º 0.9% 0.67% -
XYZ 24.1 23.11 3.72 -
YUV 125.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 171 124 17 0 0.27 0.90 0.33 41.69 0.82 0.37
Hex AB 7C 11 0 1B 5A 21 2A 52 25
Octal 253 174 21 0 33 132 41 52 122 45
Binary 10101011 1111100 10001 0 11011 1011010 100001 101010 1010010 100101

Color Harmonies of #AB7C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C11

Black with #AB7C11

Text Example


Text Example

White with #AB7C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C11; }

 p { color: rgb(171,124,17); }

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

background-color css

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

 a { background-color: rgb(171,124,17); }

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

border-color css

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

 span { border-color: rgb(171,124,17); }

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