Html Css Color HEX #AB8228 Hacienda

📋 copy color: '#AB8228'

red 171 ◦ green 130 ◦ blue 40

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

Shades of Hacienda #AB8228

Tints of Hacienda #AB8228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 50.15%
G = 38.12%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB8228 (or 0xAB8228) is known color: Hacienda. HEX triplet: AB, 82 and 28. RGB value is (171,130,40). Sum of RGB (Red+Green+Blue) = 171+130+40=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8228 is #547DD7. Grayscale: #848484. Windows color (decimal): -5537240 or 2654891. OLE color: 2654891.

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

Color convert

RGB 171 130 40 -
CMYK 0 0.24 0.77 0.33
HSL 41.22º 0.62% 0.41% -
HSV(B) 41.22º 0.77% 0.67% -
XYZ 25.16 24.78 5.46 -
YUV 132 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 171 130 40 0 0.24 0.77 0.33 41.22 0.62 0.41
Hex AB 82 28 0 18 4D 21 29 3E 29
Octal 253 202 50 0 30 115 41 51 76 51
Binary 10101011 10000010 101000 0 11000 1001101 100001 101001 111110 101001

Color Harmonies of #AB8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8228

Black with #AB8228

Text Example


Text Example

White with #AB8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8228; }

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

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

background-color css

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

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

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

border-color css

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

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

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