Html Css Color HEX #AD5748 Crail

📋 copy color: '#AD5748'

red 173 ◦ green 87 ◦ blue 72

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

Shades of Crail #AD5748

Tints of Crail #AD5748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 52.11%
G = 26.2%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD5748 (or 0xAD5748) is known color: Crail. HEX triplet: AD, 57 and 48. RGB value is (173,87,72). Sum of RGB (Red+Green+Blue) = 173+87+72=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5748 is #52A8B7. Grayscale: #6F6F6F. Windows color (decimal): -5417144 or 4741037. OLE color: 4741037.

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

Color convert

RGB 173 87 72 -
CMYK 0 0.50 0.58 0.32
HSL 8.91º 0.41% 0.48% -
HSV(B) 8.91º 0.58% 0.68% -
XYZ 21.81 16.17 8.1 -
YUV 111 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 173 87 72 0 0.50 0.58 0.32 8.91 0.41 0.48
Hex AD 57 48 0 32 3A 20 9 29 30
Octal 255 127 110 0 62 72 40 11 51 60
Binary 10101101 1010111 1001000 0 110010 111010 100000 1001 101001 110000

Color Harmonies of #AD5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5748

Black with #AD5748

Text Example


Text Example

White with #AD5748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5748; }

 p { color: rgb(173,87,72); }

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

background-color css

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

 a { background-color: rgb(173,87,72); }

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

border-color css

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

 span { border-color: rgb(173,87,72); }

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