Html Css Color HEX #AF5441 Crail

📋 copy color: '#AF5441'

red 175 ◦ green 84 ◦ blue 65

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

Shades of Crail #AF5441

Tints of Crail #AF5441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

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

R = 54.01%
G = 25.93%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5441 (or 0xAF5441) is known color: Crail. HEX triplet: AF, 54 and 41. RGB value is (175,84,65). Sum of RGB (Red+Green+Blue) = 175+84+65=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5441 is #50ABBE. Grayscale: #6D6D6D. Windows color (decimal): -5286847 or 4281519. OLE color: 4281519.

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

Color convert

RGB 175 84 65 -
CMYK 0 0.52 0.63 0.31
HSL 10.36º 0.46% 0.47% -
HSV(B) 10.36º 0.63% 0.69% -
XYZ 21.8 15.84 6.91 -
YUV 109.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 175 84 65 0 0.52 0.63 0.31 10.36 0.46 0.47
Hex AF 54 41 0 34 3F 1F A 2E 2F
Octal 257 124 101 0 64 77 37 12 56 57
Binary 10101111 1010100 1000001 0 110100 111111 11111 1010 101110 101111

Color Harmonies of #AF5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5441

Black with #AF5441

Text Example


Text Example

White with #AF5441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5441; }

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

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

background-color css

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

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

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

border-color css

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

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

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