Html Css Color HEX #AF5740 Crail

📋 copy color: '#AF5740'

red 175 ◦ green 87 ◦ blue 64

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

Shades of Crail #AF5740

Tints of Crail #AF5740

RGB

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

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

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

R = 53.68%
G = 26.69%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5740 (or 0xAF5740) is known color: Crail. HEX triplet: AF, 57 and 40. RGB value is (175,87,64). Sum of RGB (Red+Green+Blue) = 175+87+64=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5740 is #50A8BF. Grayscale: #6E6E6E. Windows color (decimal): -5286080 or 4216751. OLE color: 4216751.

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

Color convert

RGB 175 87 64 -
CMYK 0 0.50 0.63 0.31
HSL 12.43º 0.46% 0.47% -
HSV(B) 12.43º 0.63% 0.69% -
XYZ 22.01 16.3 6.84 -
YUV 110.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 175 87 64 0 0.50 0.63 0.31 12.43 0.46 0.47
Hex AF 57 40 0 32 3F 1F C 2E 2F
Octal 257 127 100 0 62 77 37 14 56 57
Binary 10101111 1010111 1000000 0 110010 111111 11111 1100 101110 101111

Color Harmonies of #AF5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5740

Black with #AF5740

Text Example


Text Example

White with #AF5740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5740; }

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

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

background-color css

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

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

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

border-color css

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

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

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