Html Css Color HEX #AD5745 Crail

📋 copy color: '#AD5745'

red 173 ◦ green 87 ◦ blue 69

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

Shades of Crail #AD5745

Tints of Crail #AD5745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 52.58%
G = 26.44%
B = 20.97%

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

#AD5745 (or 0xAD5745) is known color: Crail. HEX triplet: AD, 57 and 45. RGB value is (173,87,69). Sum of RGB (Red+Green+Blue) = 173+87+69=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5745 is #52A8BA. Grayscale: #6E6E6E. Windows color (decimal): -5417147 or 4544429. OLE color: 4544429.

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

Color convert

RGB 173 87 69 -
CMYK 0 0.50 0.60 0.32
HSL 10.38º 0.43% 0.47% -
HSV(B) 10.38º 0.6% 0.68% -
XYZ 21.72 16.13 7.6 -
YUV 110.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 173 87 69 0 0.50 0.60 0.32 10.38 0.43 0.47
Hex AD 57 45 0 32 3C 20 A 2B 2F
Octal 255 127 105 0 62 74 40 12 53 57
Binary 10101101 1010111 1000101 0 110010 111100 100000 1010 101011 101111

Color Harmonies of #AD5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5745

Black with #AD5745

Text Example


Text Example

White with #AD5745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5745; }

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

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

background-color css

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

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

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

border-color css

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

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

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