Html Css Color HEX #AF613F Tuscany

📋 copy color: '#AF613F'

red 175 ◦ green 97 ◦ blue 63

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

Shades of Tuscany #AF613F

Tints of Tuscany #AF613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

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

R = 52.24%
G = 28.96%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF613F (or 0xAF613F) is known color: Tuscany. HEX triplet: AF, 61 and 3F. RGB value is (175,97,63). Sum of RGB (Red+Green+Blue) = 175+97+63=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF613F is #509EC0. Grayscale: #747474. Windows color (decimal): -5283521 or 4153775. OLE color: 4153775.

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

Color convert

RGB 175 97 63 -
CMYK 0 0.45 0.64 0.31
HSL 18.21º 0.47% 0.47% -
HSV(B) 18.21º 0.64% 0.69% -
XYZ 22.85 18.02 6.98 -
YUV 116.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 175 97 63 0 0.45 0.64 0.31 18.21 0.47 0.47
Hex AF 61 3F 0 2D 40 1F 12 2F 2F
Octal 257 141 77 0 55 100 37 22 57 57
Binary 10101111 1100001 111111 0 101101 1000000 11111 10010 101111 101111

Color Harmonies of #AF613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF613F

Black with #AF613F

Text Example


Text Example

White with #AF613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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