Html Css Color HEX #AD5945 Crail

📋 copy color: '#AD5945'

red 173 ◦ green 89 ◦ blue 69

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

Shades of Crail #AD5945

Tints of Crail #AD5945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 52.27%
G = 26.89%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD5945 (or 0xAD5945) is known color: Crail. HEX triplet: AD, 59 and 45. RGB value is (173,89,69). Sum of RGB (Red+Green+Blue) = 173+89+69=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5945 is #52A6BA. Grayscale: #707070. Windows color (decimal): -5416635 or 4544941. OLE color: 4544941.

HSL color Cylindrical-coordinate representation of color #AD5945: hue angle of 11.54º 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 #AD5945 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 89 69 -
CMYK 0 0.49 0.60 0.32
HSL 11.54º 0.43% 0.47% -
HSV(B) 11.54º 0.6% 0.68% -
XYZ 21.88 16.46 7.65 -
YUV 111.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 173 89 69 0 0.49 0.60 0.32 11.54 0.43 0.47
Hex AD 59 45 0 31 3C 20 C 2B 2F
Octal 255 131 105 0 61 74 40 14 53 57
Binary 10101101 1011001 1000101 0 110001 111100 100000 1100 101011 101111

Color Harmonies of #AD5945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5945

Black with #AD5945

Text Example


Text Example

White with #AD5945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5945; }

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

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

background-color css

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

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

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

border-color css

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

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

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