#A88A25

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

Shades of Hacienda #A88A25

Tints of Hacienda #A88A25

Color information

#A88A25 (or 0xA88A25) is unknown color: approx Hacienda. HEX triplet: A8, 8A and 25. RGB value is (168,138,37). Sum of RGB (Red+Green+Blue) = 168+138+37=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A25 is #5775DA. Grayscale: #878787. Windows color (decimal): -5731803 or 2460328. OLE color: 2460328.

HSL color Cylindrical-coordinate representation of color #A88A25: hue angle of 46.26º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A88A25 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB16813837-
CMYK00.180.780.34
HSL46.26º63.9%40.2%-
HSV(B)46.26º77.98%65.88%-
XYZ25.5726.645.54-
YUV135.4672.44151.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 138 (54.30% from 255) = 40.23%
BLUE value IS 37 (14.84% from 255) = 10.79%
R=48.98%
G=40.23%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681383700.180.780.3446.2663.940.2
HexA88A250124E222e4028
Octal25021245022116425610050
Binary101010001000101010010101001010011101000101011101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A25; }

 p { color: rgb(168,138,37); }

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

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

 a { background-color: rgb(168,138,37); }

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

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

 span { border-color: rgb(168,138,37); }

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