Html Css Color HEX #AF5D49 Crail

📋 copy color: '#AF5D49'

red 175 ◦ green 93 ◦ blue 73

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

Shades of Crail #AF5D49

Tints of Crail #AF5D49

RGB

 RED value IS 175 (68.75% from 255) = 51.32%

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 51.32%
G = 27.27%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF5D49 (or 0xAF5D49) is known color: Crail. HEX triplet: AF, 5D and 49. RGB value is (175,93,73). Sum of RGB (Red+Green+Blue) = 175+93+73=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D49 is #50A2B6. Grayscale: #737373. Windows color (decimal): -5284535 or 4808111. OLE color: 4808111.

HSL color Cylindrical-coordinate representation of color #AF5D49: hue angle of 11.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5D49 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 73 -
CMYK 0 0.47 0.58 0.31
HSL 11.76º 0.41% 0.49% -
HSV(B) 11.76º 0.58% 0.69% -
XYZ 22.8 17.42 8.46 -
YUV 115.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 175 93 73 0 0.47 0.58 0.31 11.76 0.41 0.49
Hex AF 5D 49 0 2F 3A 1F C 29 31
Octal 257 135 111 0 57 72 37 14 51 61
Binary 10101111 1011101 1001001 0 101111 111010 11111 1100 101001 110001

Color Harmonies of #AF5D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D49

Black with #AF5D49

Text Example


Text Example

White with #AF5D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D49; }

 p { color: rgb(175,93,73); }

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

background-color css

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

 a { background-color: rgb(175,93,73); }

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

border-color css

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

 span { border-color: rgb(175,93,73); }

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