Html Css Color HEX #AF5949 Crail

📋 copy color: '#AF5949'

red 175 ◦ green 89 ◦ blue 73

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

Shades of Crail #AF5949

Tints of Crail #AF5949

RGB

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

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

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

R = 51.93%
G = 26.41%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF5949 (or 0xAF5949) is known color: Crail. HEX triplet: AF, 59 and 49. RGB value is (175,89,73). Sum of RGB (Red+Green+Blue) = 175+89+73=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5949 is #50A6B6. Grayscale: #717171. Windows color (decimal): -5285559 or 4807087. OLE color: 4807087.

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

Color convert

RGB 175 89 73 -
CMYK 0 0.49 0.58 0.31
HSL 9.41º 0.41% 0.49% -
HSV(B) 9.41º 0.58% 0.69% -
XYZ 22.45 16.74 8.35 -
YUV 112.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 175 89 73 0 0.49 0.58 0.31 9.41 0.41 0.49
Hex AF 59 49 0 31 3A 1F 9 29 31
Octal 257 131 111 0 61 72 37 11 51 61
Binary 10101111 1011001 1001001 0 110001 111010 11111 1001 101001 110001

Color Harmonies of #AF5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5949

Black with #AF5949

Text Example


Text Example

White with #AF5949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5949; }

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

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

background-color css

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

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

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

border-color css

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

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

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