Html Css Color HEX #AF5540 Crail

📋 copy color: '#AF5540'

red 175 ◦ green 85 ◦ blue 64

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

Shades of Crail #AF5540

Tints of Crail #AF5540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

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

R = 54.01%
G = 26.23%
B = 19.75%

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

#AF5540 (or 0xAF5540) is known color: Crail. HEX triplet: AF, 55 and 40. RGB value is (175,85,64). Sum of RGB (Red+Green+Blue) = 175+85+64=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5540 is #50AABF. Grayscale: #6D6D6D. Windows color (decimal): -5286592 or 4216239. OLE color: 4216239.

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

Color convert

RGB 175 85 64 -
CMYK 0 0.51 0.63 0.31
HSL 11.35º 0.46% 0.47% -
HSV(B) 11.35º 0.63% 0.69% -
XYZ 21.85 15.98 6.78 -
YUV 109.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 175 85 64 0 0.51 0.63 0.31 11.35 0.46 0.47
Hex AF 55 40 0 33 3F 1F B 2E 2F
Octal 257 125 100 0 63 77 37 13 56 57
Binary 10101111 1010101 1000000 0 110011 111111 11111 1011 101110 101111

Color Harmonies of #AF5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5540

Black with #AF5540

Text Example


Text Example

White with #AF5540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5540; }

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

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

background-color css

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

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

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

border-color css

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

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

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