Html Css Color HEX #AF5B41 Tuscany

📋 copy color: '#AF5B41'

red 175 ◦ green 91 ◦ blue 65

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

Shades of Tuscany #AF5B41

Tints of Tuscany #AF5B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

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

R = 52.87%
G = 27.49%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5B41 (or 0xAF5B41) is known color: Tuscany. HEX triplet: AF, 5B and 41. RGB value is (175,91,65). Sum of RGB (Red+Green+Blue) = 175+91+65=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B41 is #50A4BE. Grayscale: #717171. Windows color (decimal): -5285055 or 4283311. OLE color: 4283311.

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

Color convert

RGB 175 91 65 -
CMYK 0 0.48 0.63 0.31
HSL 14.18º 0.46% 0.47% -
HSV(B) 14.18º 0.63% 0.69% -
XYZ 22.37 16.98 7.1 -
YUV 113.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 175 91 65 0 0.48 0.63 0.31 14.18 0.46 0.47
Hex AF 5B 41 0 30 3F 1F E 2E 2F
Octal 257 133 101 0 60 77 37 16 56 57
Binary 10101111 1011011 1000001 0 110000 111111 11111 1110 101110 101111

Color Harmonies of #AF5B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B41

Black with #AF5B41

Text Example


Text Example

White with #AF5B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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