Html Css Color HEX #AD5645 Crail

📋 copy color: '#AD5645'

red 173 ◦ green 86 ◦ blue 69

#AD5645
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crail #AD5645

Tints of Crail #AD5645

RGB

 RED value IS 173 (67.97% from 255) = 52.74%

 GREEN value IS 86 (33.98% from 255) = 26.22%

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 52.74%
G = 26.22%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD5645 (or 0xAD5645) is known color: Crail. HEX triplet: AD, 56 and 45. RGB value is (173,86,69). Sum of RGB (Red+Green+Blue) = 173+86+69=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5645 is #52A9BA. Grayscale: #6E6E6E. Windows color (decimal): -5417403 or 4544173. OLE color: 4544173.

HSL color Cylindrical-coordinate representation of color #AD5645: hue angle of 9.81º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5645 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 69 -
CMYK 0 0.50 0.60 0.32
HSL 9.81º 0.43% 0.47% -
HSV(B) 9.81º 0.6% 0.68% -
XYZ 21.64 15.97 7.57 -
YUV 110.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 173 86 69 0 0.50 0.60 0.32 9.81 0.43 0.47
Hex AD 56 45 0 32 3C 20 A 2B 2F
Octal 255 126 105 0 62 74 40 12 53 57
Binary 10101101 1010110 1000101 0 110010 111100 100000 1010 101011 101111

Color Harmonies of #AD5645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5645

Black with #AD5645

Text Example


Text Example

White with #AD5645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5645; }

 p { color: rgb(173,86,69); }

 H1.HeaderClassName
 {
   color: #AD5645;
 }
 .AnyTagClassName
 {
   color: #AD5645;
 }
</style>

background-color css

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

 a { background-color: rgb(173,86,69); }

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

border-color css

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

 span { border-color: rgb(173,86,69); }

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