Html Css Color HEX #AB8224 Hacienda

📋 copy color: '#AB8224'

red 171 ◦ green 130 ◦ blue 36

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

Shades of Hacienda #AB8224

Tints of Hacienda #AB8224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 50.74%
G = 38.58%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB8224 (or 0xAB8224) is known color: Hacienda. HEX triplet: AB, 82 and 24. RGB value is (171,130,36). Sum of RGB (Red+Green+Blue) = 171+130+36=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8224 is #547DDB. Grayscale: #838383. Windows color (decimal): -5537244 or 2392747. OLE color: 2392747.

HSL color Cylindrical-coordinate representation of color #AB8224: hue angle of 41.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB8224 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 130 36 -
CMYK 0 0.24 0.79 0.33
HSL 41.78º 0.65% 0.41% -
HSV(B) 41.78º 0.79% 0.67% -
XYZ 25.1 24.75 5.12 -
YUV 131.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 171 130 36 0 0.24 0.79 0.33 41.78 0.65 0.41
Hex AB 82 24 0 18 4F 21 2A 41 29
Octal 253 202 44 0 30 117 41 52 101 51
Binary 10101011 10000010 100100 0 11000 1001111 100001 101010 1000001 101001

Color Harmonies of #AB8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8224

Black with #AB8224

Text Example


Text Example

White with #AB8224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8224; }

 p { color: rgb(171,130,36); }

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

background-color css

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

 a { background-color: rgb(171,130,36); }

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

border-color css

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

 span { border-color: rgb(171,130,36); }

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