Html Css Color HEX #AD5542 Crail

📋 copy color: '#AD5542'

red 173 ◦ green 85 ◦ blue 66

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

Shades of Crail #AD5542

Tints of Crail #AD5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 53.4%
G = 26.23%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD5542 (or 0xAD5542) is known color: Crail. HEX triplet: AD, 55 and 42. RGB value is (173,85,66). Sum of RGB (Red+Green+Blue) = 173+85+66=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5542 is #52AABD. Grayscale: #6D6D6D. Windows color (decimal): -5417662 or 4347309. OLE color: 4347309.

HSL color Cylindrical-coordinate representation of color #AD5542: hue angle of 10.65º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5542 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 66 -
CMYK 0 0.51 0.62 0.32
HSL 10.65º 0.45% 0.47% -
HSV(B) 10.65º 0.62% 0.68% -
XYZ 21.47 15.77 7.07 -
YUV 109.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 173 85 66 0 0.51 0.62 0.32 10.65 0.45 0.47
Hex AD 55 42 0 33 3E 20 B 2D 2F
Octal 255 125 102 0 63 76 40 13 55 57
Binary 10101101 1010101 1000010 0 110011 111110 100000 1011 101101 101111

Color Harmonies of #AD5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5542

Black with #AD5542

Text Example


Text Example

White with #AD5542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5542; }

 p { color: rgb(173,85,66); }

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

background-color css

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

 a { background-color: rgb(173,85,66); }

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

border-color css

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

 span { border-color: rgb(173,85,66); }

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