#AF634A

Color #AF634A Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #AF634A

Tints of Tuscany #AF634A

Color information

#AF634A (or 0xAF634A) is unknown color: approx Tuscany. HEX triplet: AF, 63 and 4A. RGB value is (175,99,74). Sum of RGB (Red+Green+Blue) = 175+99+74=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF634A is #509CB5. Grayscale: #777777. Windows color (decimal): -5282998 or 4875183. OLE color: 4875183.

HSL color Cylindrical-coordinate representation of color #AF634A: hue angle of 14.85º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF634A is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1759974-
CMYK00.430.580.31
HSL14.85º40.56%48.82%-
HSV(B)14.85º57.71%68.63%-
XYZ23.3818.538.82-
YUV118.87102.68168.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=50.29%
G=28.45%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175997400.430.580.3114.8540.5648.82
HexAF634A02B3A1Ff2931
Octal2571431120537237175161
Binary10101111110001110010100101011111010111111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF634A; }

 p { color: rgb(175,99,74); }

 H1.HeaderClassName
 {
   color: #AF634A;
 }
 .AnyTagClassName
 {
   color: #AF634A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,99,74); }

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

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

 span { border-color: rgb(175,99,74); }

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