#AD7D1C

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

Shades of Hacienda #AD7D1C

Tints of Hacienda #AD7D1C

Color information

#AD7D1C (or 0xAD7D1C) is unknown color: approx Hacienda. HEX triplet: AD, 7D and 1C. RGB value is (173,125,28). Sum of RGB (Red+Green+Blue) = 173+125+28=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D1C is #5282E3. Grayscale: #808080. Windows color (decimal): -5407460 or 1867181. OLE color: 1867181.

HSL color Cylindrical-coordinate representation of color #AD7D1C: hue angle of 40.14º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD7D1C is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17312528-
CMYK00.280.840.32
HSL40.14º72.14%39.41%-
HSV(B)40.14º83.82%67.84%-
XYZ24.7823.644.35-
YUV128.2971.4159.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 125 (49.22% from 255) = 38.34%
BLUE value IS 28 (11.33% from 255) = 8.59%
R=53.07%
G=38.34%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731252800.280.840.3240.1472.1439.41
HexAD7D1C01C5420284827
Octal25517534034124405011047
Binary1010110111111011110001110010101001000001010001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D1C; }

 p { color: rgb(173,125,28); }

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

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

 a { background-color: rgb(173,125,28); }

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

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

 span { border-color: rgb(173,125,28); }

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