#AD5A4E

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

Shades of Crail #AD5A4E

Tints of Crail #AD5A4E

Color information

#AD5A4E (or 0xAD5A4E) is unknown color: approx Crail. HEX triplet: AD, 5A and 4E. RGB value is (173,90,78). Sum of RGB (Red+Green+Blue) = 173+90+78=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A4E is #52A5B1. Grayscale: #717171. Windows color (decimal): -5416370 or 5135021. OLE color: 5135021.

HSL color Cylindrical-coordinate representation of color #AD5A4E: hue angle of 7.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5A4E is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1739078-
CMYK00.480.550.32
HSL7.58º37.85%49.22%-
HSV(B)7.58º54.91%67.84%-
XYZ22.2616.759.27-
YUV113.45108170.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=50.73%
G=26.39%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173907800.480.550.327.5837.8549.22
HexAD5A4E030372082631
Octal2551321160606740104661
Binary101011011011010100111001100001101111000001000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A4E; }

 p { color: rgb(173,90,78); }

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

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

 a { background-color: rgb(173,90,78); }

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

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

 span { border-color: rgb(173,90,78); }

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