#AB8427

Color #AB8427 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #AB8427

Tints of Hacienda #AB8427

Color information

#AB8427 (or 0xAB8427) is unknown color: approx Hacienda. HEX triplet: AB, 84 and 27. RGB value is (171,132,39). Sum of RGB (Red+Green+Blue) = 171+132+39=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8427 is #547BD8. Grayscale: #858585. Windows color (decimal): -5536729 or 2589867. OLE color: 2589867.

HSL color Cylindrical-coordinate representation of color #AB8427: hue angle of 42.27º degrees, saturation: 0.63, 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 #AB8427 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17113239-
CMYK00.230.770.33
HSL42.27º62.86%41.18%-
HSV(B)42.27º77.19%67.06%-
XYZ25.4125.315.46-
YUV133.0674.92155.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 39 (15.62% from 255) = 11.40%
R=50%
G=38.60%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711323900.230.770.3342.2762.8641.18
HexAB84270174D212a3f29
Octal2532044702711541527751
Binary10101011100001001001110101111001101100001101010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8427; }

 p { color: rgb(171,132,39); }

 H1.HeaderClassName
 {
   color: #AB8427;
 }
 .AnyTagClassName
 {
   color: #AB8427;
 }
</style>
background-color css

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

 a { background-color: rgb(171,132,39); }

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

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

 span { border-color: rgb(171,132,39); }

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