Html Css Color HEX #AF5F40 Tuscany

📋 copy color: '#AF5F40'

red 175 ◦ green 95 ◦ blue 64

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

Shades of Tuscany #AF5F40

Tints of Tuscany #AF5F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

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

R = 52.4%
G = 28.44%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5F40 (or 0xAF5F40) is known color: Tuscany. HEX triplet: AF, 5F and 40. RGB value is (175,95,64). Sum of RGB (Red+Green+Blue) = 175+95+64=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5F40 is #50A0BF. Grayscale: #737373. Windows color (decimal): -5284032 or 4218799. OLE color: 4218799.

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

Color convert

RGB 175 95 64 -
CMYK 0 0.46 0.63 0.31
HSL 16.76º 0.46% 0.47% -
HSV(B) 16.76º 0.63% 0.69% -
XYZ 22.7 17.67 7.06 -
YUV 115.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 175 95 64 0 0.46 0.63 0.31 16.76 0.46 0.47
Hex AF 5F 40 0 2E 3F 1F 11 2E 2F
Octal 257 137 100 0 56 77 37 21 56 57
Binary 10101111 1011111 1000000 0 101110 111111 11111 10001 101110 101111

Color Harmonies of #AF5F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5F40

Black with #AF5F40

Text Example


Text Example

White with #AF5F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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