Html Css Color HEX #AB7A1A Hacienda

📋 copy color: '#AB7A1A'

red 171 ◦ green 122 ◦ blue 26

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

Shades of Hacienda #AB7A1A

Tints of Hacienda #AB7A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 53.61%
G = 38.24%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB7A1A (or 0xAB7A1A) is known color: Hacienda. HEX triplet: AB, 7A and 1A. RGB value is (171,122,26). Sum of RGB (Red+Green+Blue) = 171+122+26=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A1A is #5485E5. Grayscale: #7E7E7E. Windows color (decimal): -5539302 or 1735339. OLE color: 1735339.

HSL color Cylindrical-coordinate representation of color #AB7A1A: hue angle of 39.72º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB7A1A is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 122 26 -
CMYK 0 0.29 0.85 0.33
HSL 39.72º 0.74% 0.39% -
HSV(B) 39.72º 0.85% 0.67% -
XYZ 23.94 22.65 4.09 -
YUV 125.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 171 122 26 0 0.29 0.85 0.33 39.72 0.74 0.39
Hex AB 7A 1A 0 1D 55 21 28 4A 27
Octal 253 172 32 0 35 125 41 50 112 47
Binary 10101011 1111010 11010 0 11101 1010101 100001 101000 1001010 100111

Color Harmonies of #AB7A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A1A

Black with #AB7A1A

Text Example


Text Example

White with #AB7A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A1A; }

 p { color: rgb(171,122,26); }

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

background-color css

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

 a { background-color: rgb(171,122,26); }

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

border-color css

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

 span { border-color: rgb(171,122,26); }

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