Html Css Color HEX #AF5E3F Tuscany

📋 copy color: '#AF5E3F'

red 175 ◦ green 94 ◦ blue 63

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

Shades of Tuscany #AF5E3F

Tints of Tuscany #AF5E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 52.71%
G = 28.31%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF5E3F (or 0xAF5E3F) is known color: Tuscany. HEX triplet: AF, 5E and 3F. RGB value is (175,94,63). Sum of RGB (Red+Green+Blue) = 175+94+63=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E3F is #50A1C0. Grayscale: #727272. Windows color (decimal): -5284289 or 4153007. OLE color: 4153007.

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

Color convert

RGB 175 94 63 -
CMYK 0 0.46 0.64 0.31
HSL 16.61º 0.47% 0.47% -
HSV(B) 16.61º 0.64% 0.69% -
XYZ 22.58 17.48 6.89 -
YUV 114.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 175 94 63 0 0.46 0.64 0.31 16.61 0.47 0.47
Hex AF 5E 3F 0 2E 40 1F 11 2F 2F
Octal 257 136 77 0 56 100 37 21 57 57
Binary 10101111 1011110 111111 0 101110 1000000 11111 10001 101111 101111

Color Harmonies of #AF5E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E3F

Black with #AF5E3F

Text Example


Text Example

White with #AF5E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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