Html Css Color HEX #AF5F42 Tuscany

📋 copy color: '#AF5F42'

red 175 ◦ green 95 ◦ blue 66

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

Shades of Tuscany #AF5F42

Tints of Tuscany #AF5F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 52.08%
G = 28.27%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF5F42 (or 0xAF5F42) is known color: Tuscany. HEX triplet: AF, 5F and 42. RGB value is (175,95,66). Sum of RGB (Red+Green+Blue) = 175+95+66=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5F42 is #50A0BD. Grayscale: #737373. Windows color (decimal): -5284030 or 4349871. OLE color: 4349871.

HSL color Cylindrical-coordinate representation of color #AF5F42: hue angle of 15.96º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF5F42 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 95 66 -
CMYK 0 0.46 0.62 0.31
HSL 15.96º 0.45% 0.47% -
HSV(B) 15.96º 0.62% 0.69% -
XYZ 22.75 17.69 7.37 -
YUV 115.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 175 95 66 0 0.46 0.62 0.31 15.96 0.45 0.47
Hex AF 5F 42 0 2E 3E 1F 10 2D 2F
Octal 257 137 102 0 56 76 37 20 55 57
Binary 10101111 1011111 1000010 0 101110 111110 11111 10000 101101 101111

Color Harmonies of #AF5F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5F42

Black with #AF5F42

Text Example


Text Example

White with #AF5F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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