Html Css Color HEX #AD594C Crail

📋 copy color: '#AD594C'

red 173 ◦ green 89 ◦ blue 76

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

Shades of Crail #AD594C

Tints of Crail #AD594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 51.18%
G = 26.33%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD594C (or 0xAD594C) is known color: Crail. HEX triplet: AD, 59 and 4C. RGB value is (173,89,76). Sum of RGB (Red+Green+Blue) = 173+89+76=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD594C is #52A6B3. Grayscale: #707070. Windows color (decimal): -5416628 or 5003693. OLE color: 5003693.

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

Color convert

RGB 173 89 76 -
CMYK 0 0.49 0.56 0.32
HSL 8.04º 0.39% 0.49% -
HSV(B) 8.04º 0.56% 0.68% -
XYZ 22.11 16.55 8.87 -
YUV 112.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 173 89 76 0 0.49 0.56 0.32 8.04 0.39 0.49
Hex AD 59 4C 0 31 38 20 8 27 31
Octal 255 131 114 0 61 70 40 10 47 61
Binary 10101101 1011001 1001100 0 110001 111000 100000 1000 100111 110001

Color Harmonies of #AD594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD594C

Black with #AD594C

Text Example


Text Example

White with #AD594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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