Html Css Color HEX #AB841A Hacienda

📋 copy color: '#AB841A'

red 171 ◦ green 132 ◦ blue 26

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

Shades of Hacienda #AB841A

Tints of Hacienda #AB841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 51.98%
G = 40.12%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB841A (or 0xAB841A) is known color: Hacienda. HEX triplet: AB, 84 and 1A. RGB value is (171,132,26). Sum of RGB (Red+Green+Blue) = 171+132+26=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB841A is #547BE5. Grayscale: #848484. Windows color (decimal): -5536742 or 1737899. OLE color: 1737899.

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

Color convert

RGB 171 132 26 -
CMYK 0 0.23 0.85 0.33
HSL 43.86º 0.74% 0.39% -
HSV(B) 43.86º 0.85% 0.67% -
XYZ 25.23 25.24 4.52 -
YUV 131.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 171 132 26 0 0.23 0.85 0.33 43.86 0.74 0.39
Hex AB 84 1A 0 17 55 21 2C 4A 27
Octal 253 204 32 0 27 125 41 54 112 47
Binary 10101011 10000100 11010 0 10111 1010101 100001 101100 1001010 100111

Color Harmonies of #AB841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB841A

Black with #AB841A

Text Example


Text Example

White with #AB841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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