Html Css Color HEX #AF5849 Crail

📋 copy color: '#AF5849'

red 175 ◦ green 88 ◦ blue 73

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

Shades of Crail #AF5849

Tints of Crail #AF5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

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

R = 52.08%
G = 26.19%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF5849 (or 0xAF5849) is known color: Crail. HEX triplet: AF, 58 and 49. RGB value is (175,88,73). Sum of RGB (Red+Green+Blue) = 175+88+73=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5849 is #50A7B6. Grayscale: #707070. Windows color (decimal): -5285815 or 4806831. OLE color: 4806831.

HSL color Cylindrical-coordinate representation of color #AF5849: hue angle of 8.82º 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 #AF5849 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 73 -
CMYK 0 0.50 0.58 0.31
HSL 8.82º 0.41% 0.49% -
HSV(B) 8.82º 0.58% 0.69% -
XYZ 22.37 16.57 8.32 -
YUV 112.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 175 88 73 0 0.50 0.58 0.31 8.82 0.41 0.49
Hex AF 58 49 0 32 3A 1F 9 29 31
Octal 257 130 111 0 62 72 37 11 51 61
Binary 10101111 1011000 1001001 0 110010 111010 11111 1001 101001 110001

Color Harmonies of #AF5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5849

Black with #AF5849

Text Example


Text Example

White with #AF5849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5849; }

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

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

background-color css

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

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

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

border-color css

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

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

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