Html Css Color HEX #AF5741 Crail

📋 copy color: '#AF5741'

red 175 ◦ green 87 ◦ blue 65

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

Shades of Crail #AF5741

Tints of Crail #AF5741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 53.52%
G = 26.61%
B = 19.88%

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

#AF5741 (or 0xAF5741) is known color: Crail. HEX triplet: AF, 57 and 41. RGB value is (175,87,65). Sum of RGB (Red+Green+Blue) = 175+87+65=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5741 is #50A8BE. Grayscale: #6E6E6E. Windows color (decimal): -5286079 or 4282287. OLE color: 4282287.

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

Color convert

RGB 175 87 65 -
CMYK 0 0.50 0.63 0.31
HSL 12º 0.46% 0.47% -
HSV(B) 12º 0.63% 0.69% -
XYZ 22.04 16.31 6.99 -
YUV 110.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 175 87 65 0 0.50 0.63 0.31 12 0.46 0.47
Hex AF 57 41 0 32 3F 1F C 2E 2F
Octal 257 127 101 0 62 77 37 14 56 57
Binary 10101111 1010111 1000001 0 110010 111111 11111 1100 101110 101111

Color Harmonies of #AF5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5741

Black with #AF5741

Text Example


Text Example

White with #AF5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5741; }

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

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

background-color css

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

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

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

border-color css

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

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

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