Html Css Color HEX #AB861C Hacienda

📋 copy color: '#AB861C'

red 171 ◦ green 134 ◦ blue 28

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

Shades of Hacienda #AB861C

Tints of Hacienda #AB861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

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

R = 51.35%
G = 40.24%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB861C (or 0xAB861C) is known color: Hacienda. HEX triplet: AB, 86 and 1C. RGB value is (171,134,28). Sum of RGB (Red+Green+Blue) = 171+134+28=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB861C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB861C is #5479E3. Grayscale: #858585. Windows color (decimal): -5536228 or 1869483. OLE color: 1869483.

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

Color convert

RGB 171 134 28 -
CMYK 0 0.22 0.84 0.33
HSL 44.48º 0.72% 0.39% -
HSV(B) 44.48º 0.84% 0.67% -
XYZ 25.53 25.79 4.73 -
YUV 132.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 171 134 28 0 0.22 0.84 0.33 44.48 0.72 0.39
Hex AB 86 1C 0 16 54 21 2C 48 27
Octal 253 206 34 0 26 124 41 54 110 47
Binary 10101011 10000110 11100 0 10110 1010100 100001 101100 1001000 100111

Color Harmonies of #AB861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB861C

Black with #AB861C

Text Example


Text Example

White with #AB861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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