Html Css Color HEX #AD5A4A Crail

📋 copy color: '#AD5A4A'

red 173 ◦ green 90 ◦ blue 74

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

Shades of Crail #AD5A4A

Tints of Crail #AD5A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 51.34%
G = 26.71%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD5A4A (or 0xAD5A4A) is known color: Crail. HEX triplet: AD, 5A and 4A. RGB value is (173,90,74). Sum of RGB (Red+Green+Blue) = 173+90+74=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A4A is #52A5B5. Grayscale: #717171. Windows color (decimal): -5416374 or 4872877. OLE color: 4872877.

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

Color convert

RGB 173 90 74 -
CMYK 0 0.48 0.57 0.32
HSL 9.7º 0.4% 0.48% -
HSV(B) 9.7º 0.57% 0.68% -
XYZ 22.13 16.69 8.53 -
YUV 112.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 173 90 74 0 0.48 0.57 0.32 9.7 0.4 0.48
Hex AD 5A 4A 0 30 39 20 A 28 30
Octal 255 132 112 0 60 71 40 12 50 60
Binary 10101101 1011010 1001010 0 110000 111001 100000 1010 101000 110000

Color Harmonies of #AD5A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A4A

Black with #AD5A4A

Text Example


Text Example

White with #AD5A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A4A; }

 p { color: rgb(173,90,74); }

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

background-color css

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

 a { background-color: rgb(173,90,74); }

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

border-color css

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

 span { border-color: rgb(173,90,74); }

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