Html Css Color HEX #AB881A Hacienda

📋 copy color: '#AB881A'

red 171 ◦ green 136 ◦ blue 26

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

Shades of Hacienda #AB881A

Tints of Hacienda #AB881A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.84%

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

R = 51.35%
G = 40.84%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB881A (or 0xAB881A) is known color: Hacienda. HEX triplet: AB, 88 and 1A. RGB value is (171,136,26). Sum of RGB (Red+Green+Blue) = 171+136+26=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB881A is #5477E5. Grayscale: #868686. Windows color (decimal): -5535718 or 1738923. OLE color: 1738923.

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

Color convert

RGB 171 136 26 -
CMYK 0 0.20 0.85 0.33
HSL 45.52º 0.74% 0.39% -
HSV(B) 45.52º 0.85% 0.67% -
XYZ 25.79 26.34 4.7 -
YUV 133.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 171 136 26 0 0.20 0.85 0.33 45.52 0.74 0.39
Hex AB 88 1A 0 14 55 21 2E 4A 27
Octal 253 210 32 0 24 125 41 56 112 47
Binary 10101011 10001000 11010 0 10100 1010101 100001 101110 1001010 100111

Color Harmonies of #AB881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB881A

Black with #AB881A

Text Example


Text Example

White with #AB881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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