Html Css Color HEX #AB7D1A Hacienda

📋 copy color: '#AB7D1A'

red 171 ◦ green 125 ◦ blue 26

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

Shades of Hacienda #AB7D1A

Tints of Hacienda #AB7D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

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

R = 53.11%
G = 38.82%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB7D1A (or 0xAB7D1A) is known color: Hacienda. HEX triplet: AB, 7D and 1A. RGB value is (171,125,26). Sum of RGB (Red+Green+Blue) = 171+125+26=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D1A is #5482E5. Grayscale: #7F7F7F. Windows color (decimal): -5538534 or 1736107. OLE color: 1736107.

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

Color convert

RGB 171 125 26 -
CMYK 0 0.27 0.85 0.33
HSL 40.97º 0.74% 0.39% -
HSV(B) 40.97º 0.85% 0.67% -
XYZ 24.31 23.4 4.21 -
YUV 127.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 171 125 26 0 0.27 0.85 0.33 40.97 0.74 0.39
Hex AB 7D 1A 0 1B 55 21 29 4A 27
Octal 253 175 32 0 33 125 41 51 112 47
Binary 10101011 1111101 11010 0 11011 1010101 100001 101001 1001010 100111

Color Harmonies of #AB7D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D1A

Black with #AB7D1A

Text Example


Text Example

White with #AB7D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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