Html Css Color HEX #AD594B Crail

📋 copy color: '#AD594B'

red 173 ◦ green 89 ◦ blue 75

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

Shades of Crail #AD594B

Tints of Crail #AD594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 51.34%
G = 26.41%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD594B (or 0xAD594B) is known color: Crail. HEX triplet: AD, 59 and 4B. RGB value is (173,89,75). Sum of RGB (Red+Green+Blue) = 173+89+75=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD594B is #52A6B4. Grayscale: #707070. Windows color (decimal): -5416629 or 4938157. OLE color: 4938157.

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

Color convert

RGB 173 89 75 -
CMYK 0 0.49 0.57 0.32
HSL 8.57º 0.4% 0.49% -
HSV(B) 8.57º 0.57% 0.68% -
XYZ 22.08 16.54 8.69 -
YUV 112.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 173 89 75 0 0.49 0.57 0.32 8.57 0.4 0.49
Hex AD 59 4B 0 31 39 20 9 28 31
Octal 255 131 113 0 61 71 40 11 50 61
Binary 10101101 1011001 1001011 0 110001 111001 100000 1001 101000 110001

Color Harmonies of #AD594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD594B

Black with #AD594B

Text Example


Text Example

White with #AD594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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