#AD8825

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

Shades of Hacienda #AD8825

Tints of Hacienda #AD8825

Color information

#AD8825 (or 0xAD8825) is unknown color: approx Hacienda. HEX triplet: AD, 88 and 25. RGB value is (173,136,37). Sum of RGB (Red+Green+Blue) = 173+136+37=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8825 is #5277DA. Grayscale: #888888. Windows color (decimal): -5404635 or 2459821. OLE color: 2459821.

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

Color convert

RGB17313637-
CMYK00.210.790.32
HSL43.68º64.76%41.18%-
HSV(B)43.68º78.61%67.84%-
XYZ26.3726.635.5-
YUV135.7872.26154.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=50%
G=39.31%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731363700.210.790.3243.6864.7641.18
HexAD88250154F202c4129
Octal25521045025117405410151
Binary101011011000100010010101010110011111000001011001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8825; }

 p { color: rgb(173,136,37); }

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

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

 a { background-color: rgb(173,136,37); }

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

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

 span { border-color: rgb(173,136,37); }

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