#AF6138

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

Shades of Tuscany #AF6138

Tints of Tuscany #AF6138

Color information

#AF6138 (or 0xAF6138) is unknown color: approx Tuscany. HEX triplet: AF, 61 and 38. RGB value is (175,97,56). Sum of RGB (Red+Green+Blue) = 175+97+56=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6138 is #509EC7. Grayscale: #737373. Windows color (decimal): -5283528 or 3695023. OLE color: 3695023.

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

Color convert

RGB1759756-
CMYK00.450.680.31
HSL20.67º51.52%45.29%-
HSV(B)20.67º68%68.63%-
XYZ22.6717.956.01-
YUV115.6594.34170.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 56 (22.27% from 255) = 17.07%
R=53.35%
G=29.57%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175975600.450.680.3120.6751.5245.29
HexAF613802D441F15342d
Octal2571417005510437256455
Binary101011111100001111000010110110001001111110101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6138; }

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

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

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

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

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

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

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

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