#AF6239

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

Shades of Tuscany #AF6239

Tints of Tuscany #AF6239

Color information

#AF6239 (or 0xAF6239) is unknown color: approx Tuscany. HEX triplet: AF, 62 and 39. RGB value is (175,98,57). Sum of RGB (Red+Green+Blue) = 175+98+57=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6239 is #509DC6. Grayscale: #747474. Windows color (decimal): -5283271 or 3760815. OLE color: 3760815.

HSL color Cylindrical-coordinate representation of color #AF6239: hue angle of 20.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF6239 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1759857-
CMYK00.440.670.31
HSL20.85º50.86%45.49%-
HSV(B)20.85º67.43%68.63%-
XYZ22.7918.146.17-
YUV116.3594.51169.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.03%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=53.03%
G=29.70%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175985700.440.670.3120.8550.8645.49
HexAF623902C431F15332d
Octal2571427105410337256355
Binary101011111100010111001010110010000111111110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6239; }

 p { color: rgb(175,98,57); }

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

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

 a { background-color: rgb(175,98,57); }

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

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

 span { border-color: rgb(175,98,57); }

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