Html Css Color HEX #AB811C Hacienda

📋 copy color: '#AB811C'

red 171 ◦ green 129 ◦ blue 28

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

Shades of Hacienda #AB811C

Tints of Hacienda #AB811C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 52.13%
G = 39.33%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB811C (or 0xAB811C) is known color: Hacienda. HEX triplet: AB, 81 and 1C. RGB value is (171,129,28). Sum of RGB (Red+Green+Blue) = 171+129+28=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB811C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB811C is #547EE3. Grayscale: #828282. Windows color (decimal): -5537508 or 1868203. OLE color: 1868203.

HSL color Cylindrical-coordinate representation of color #AB811C: hue angle of 42.38º degrees, saturation: 0.72, 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 #AB811C is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 28 -
CMYK 0 0.25 0.84 0.33
HSL 42.38º 0.72% 0.39% -
HSV(B) 42.38º 0.84% 0.67% -
XYZ 24.85 24.44 4.51 -
YUV 130.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 171 129 28 0 0.25 0.84 0.33 42.38 0.72 0.39
Hex AB 81 1C 0 19 54 21 2A 48 27
Octal 253 201 34 0 31 124 41 52 110 47
Binary 10101011 10000001 11100 0 11001 1010100 100001 101010 1001000 100111

Color Harmonies of #AB811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB811C

Black with #AB811C

Text Example


Text Example

White with #AB811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB811C; }

 p { color: rgb(171,129,28); }

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

background-color css

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

 a { background-color: rgb(171,129,28); }

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

border-color css

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

 span { border-color: rgb(171,129,28); }

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