Html Css Color HEX #AF5A3F Tuscany

📋 copy color: '#AF5A3F'

red 175 ◦ green 90 ◦ blue 63

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

Shades of Tuscany #AF5A3F

Tints of Tuscany #AF5A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 53.35%
G = 27.44%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF5A3F (or 0xAF5A3F) is known color: Tuscany. HEX triplet: AF, 5A and 3F. RGB value is (175,90,63). Sum of RGB (Red+Green+Blue) = 175+90+63=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A3F is #50A5C0. Grayscale: #707070. Windows color (decimal): -5285313 or 4151983. OLE color: 4151983.

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

Color convert

RGB 175 90 63 -
CMYK 0 0.49 0.64 0.31
HSL 14.46º 0.47% 0.47% -
HSV(B) 14.46º 0.64% 0.69% -
XYZ 22.23 16.79 6.77 -
YUV 112.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 175 90 63 0 0.49 0.64 0.31 14.46 0.47 0.47
Hex AF 5A 3F 0 31 40 1F E 2F 2F
Octal 257 132 77 0 61 100 37 16 57 57
Binary 10101111 1011010 111111 0 110001 1000000 11111 1110 101111 101111

Color Harmonies of #AF5A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A3F

Black with #AF5A3F

Text Example


Text Example

White with #AF5A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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