Html Css Color HEX #AB861B Hacienda

📋 copy color: '#AB861B'

red 171 ◦ green 134 ◦ blue 27

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

Shades of Hacienda #AB861B

Tints of Hacienda #AB861B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 51.51%
G = 40.36%
B = 8.13%

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

#AB861B (or 0xAB861B) is known color: Hacienda. HEX triplet: AB, 86 and 1B. RGB value is (171,134,27). Sum of RGB (Red+Green+Blue) = 171+134+27=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB861B is #5479E4. Grayscale: #858585. Windows color (decimal): -5536229 or 1803947. OLE color: 1803947.

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

Color convert

RGB 171 134 27 -
CMYK 0 0.22 0.84 0.33
HSL 44.58º 0.73% 0.39% -
HSV(B) 44.58º 0.84% 0.67% -
XYZ 25.52 25.79 4.67 -
YUV 132.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 171 134 27 0 0.22 0.84 0.33 44.58 0.73 0.39
Hex AB 86 1B 0 16 54 21 2D 49 27
Octal 253 206 33 0 26 124 41 55 111 47
Binary 10101011 10000110 11011 0 10110 1010100 100001 101101 1001001 100111

Color Harmonies of #AB861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB861B

Black with #AB861B

Text Example


Text Example

White with #AB861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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