Html Css Color HEX #AD5844 Crail

📋 copy color: '#AD5844'

red 173 ◦ green 88 ◦ blue 68

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

Shades of Crail #AD5844

Tints of Crail #AD5844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 52.58%
G = 26.75%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5844 (or 0xAD5844) is known color: Crail. HEX triplet: AD, 58 and 44. RGB value is (173,88,68). Sum of RGB (Red+Green+Blue) = 173+88+68=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5844 is #52A7BB. Grayscale: #6F6F6F. Windows color (decimal): -5416892 or 4479149. OLE color: 4479149.

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

Color convert

RGB 173 88 68 -
CMYK 0 0.49 0.61 0.32
HSL 11.43º 0.44% 0.47% -
HSV(B) 11.43º 0.61% 0.68% -
XYZ 21.77 16.28 7.46 -
YUV 111.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 173 88 68 0 0.49 0.61 0.32 11.43 0.44 0.47
Hex AD 58 44 0 31 3D 20 B 2C 2F
Octal 255 130 104 0 61 75 40 13 54 57
Binary 10101101 1011000 1000100 0 110001 111101 100000 1011 101100 101111

Color Harmonies of #AD5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5844

Black with #AD5844

Text Example


Text Example

White with #AD5844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5844; }

 p { color: rgb(173,88,68); }

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

background-color css

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

 a { background-color: rgb(173,88,68); }

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

border-color css

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

 span { border-color: rgb(173,88,68); }

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