Html Css Color HEX #AB7A1B Hacienda

📋 copy color: '#AB7A1B'

red 171 ◦ green 122 ◦ blue 27

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

Shades of Hacienda #AB7A1B

Tints of Hacienda #AB7A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 53.44%
G = 38.13%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB7A1B (or 0xAB7A1B) is known color: Hacienda. HEX triplet: AB, 7A and 1B. RGB value is (171,122,27). Sum of RGB (Red+Green+Blue) = 171+122+27=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A1B is #5485E4. Grayscale: #7E7E7E. Windows color (decimal): -5539301 or 1800875. OLE color: 1800875.

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

Color convert

RGB 171 122 27 -
CMYK 0 0.29 0.84 0.33
HSL 39.58º 0.73% 0.39% -
HSV(B) 39.58º 0.84% 0.67% -
XYZ 23.95 22.66 4.15 -
YUV 125.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 171 122 27 0 0.29 0.84 0.33 39.58 0.73 0.39
Hex AB 7A 1B 0 1D 54 21 28 49 27
Octal 253 172 33 0 35 124 41 50 111 47
Binary 10101011 1111010 11011 0 11101 1010100 100001 101000 1001001 100111

Color Harmonies of #AB7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A1B

Black with #AB7A1B

Text Example


Text Example

White with #AB7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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