Html Css Color HEX #AF5640 Crail

📋 copy color: '#AF5640'

red 175 ◦ green 86 ◦ blue 64

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

Shades of Crail #AF5640

Tints of Crail #AF5640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 53.85%
G = 26.46%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5640 (or 0xAF5640) is known color: Crail. HEX triplet: AF, 56 and 40. RGB value is (175,86,64). Sum of RGB (Red+Green+Blue) = 175+86+64=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5640 is #50A9BF. Grayscale: #6E6E6E. Windows color (decimal): -5286336 or 4216495. OLE color: 4216495.

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

Color convert

RGB 175 86 64 -
CMYK 0 0.51 0.63 0.31
HSL 11.89º 0.46% 0.47% -
HSV(B) 11.89º 0.63% 0.69% -
XYZ 21.93 16.14 6.81 -
YUV 110.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 175 86 64 0 0.51 0.63 0.31 11.89 0.46 0.47
Hex AF 56 40 0 33 3F 1F C 2E 2F
Octal 257 126 100 0 63 77 37 14 56 57
Binary 10101111 1010110 1000000 0 110011 111111 11111 1100 101110 101111

Color Harmonies of #AF5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5640

Black with #AF5640

Text Example


Text Example

White with #AF5640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5640; }

 p { color: rgb(175,86,64); }

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

background-color css

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

 a { background-color: rgb(175,86,64); }

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

border-color css

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

 span { border-color: rgb(175,86,64); }

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