Html Css Color HEX #AB7515 Hacienda

📋 copy color: '#AB7515'

red 171 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #AB7515

Tints of Hacienda #AB7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 55.34%
G = 37.86%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB7515 (or 0xAB7515) is known color: Hacienda. HEX triplet: AB, 75 and 15. RGB value is (171,117,21). Sum of RGB (Red+Green+Blue) = 171+117+21=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7515 is #548AEA. Grayscale: #7A7A7A. Windows color (decimal): -5540587 or 1406379. OLE color: 1406379.

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

Color convert

RGB 171 117 21 -
CMYK 0 0.32 0.88 0.33
HSL 38.4º 0.78% 0.38% -
HSV(B) 38.4º 0.88% 0.67% -
XYZ 23.29 21.43 3.62 -
YUV 122.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 171 117 21 0 0.32 0.88 0.33 38.4 0.78 0.38
Hex AB 75 15 0 20 58 21 26 4E 26
Octal 253 165 25 0 40 130 41 46 116 46
Binary 10101011 1110101 10101 0 100000 1011000 100001 100110 1001110 100110

Color Harmonies of #AB7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7515

Black with #AB7515

Text Example


Text Example

White with #AB7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7515; }

 p { color: rgb(171,117,21); }

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

background-color css

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

 a { background-color: rgb(171,117,21); }

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

border-color css

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

 span { border-color: rgb(171,117,21); }

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