Html Css Color HEX #AF5E42 Tuscany

📋 copy color: '#AF5E42'

red 175 ◦ green 94 ◦ blue 66

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

Shades of Tuscany #AF5E42

Tints of Tuscany #AF5E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

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

R = 52.24%
G = 28.06%
B = 19.7%

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

#AF5E42 (or 0xAF5E42) is known color: Tuscany. HEX triplet: AF, 5E and 42. RGB value is (175,94,66). Sum of RGB (Red+Green+Blue) = 175+94+66=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E42 is #50A1BD. Grayscale: #737373. Windows color (decimal): -5284286 or 4349615. OLE color: 4349615.

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

Color convert

RGB 175 94 66 -
CMYK 0 0.46 0.62 0.31
HSL 15.41º 0.45% 0.47% -
HSV(B) 15.41º 0.62% 0.69% -
XYZ 22.67 17.51 7.34 -
YUV 115.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 175 94 66 0 0.46 0.62 0.31 15.41 0.45 0.47
Hex AF 5E 42 0 2E 3E 1F F 2D 2F
Octal 257 136 102 0 56 76 37 17 55 57
Binary 10101111 1011110 1000010 0 101110 111110 11111 1111 101101 101111

Color Harmonies of #AF5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E42

Black with #AF5E42

Text Example


Text Example

White with #AF5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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