#A9623F

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

Shades of Tuscany #A9623F

Tints of Tuscany #A9623F

Color information

#A9623F (or 0xA9623F) is unknown color: approx Tuscany. HEX triplet: A9, 62 and 3F. RGB value is (169,98,63). Sum of RGB (Red+Green+Blue) = 169+98+63=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A9623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9623F is #569DC0. Grayscale: #737373. Windows color (decimal): -5676481 or 4154025. OLE color: 4154025.

HSL color Cylindrical-coordinate representation of color #A9623F: hue angle of 19.81º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9623F is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1699863-
CMYK00.420.630.34
HSL19.81º45.69%45.49%-
HSV(B)19.81º62.72%66.27%-
XYZ21.6317.536.95-
YUV115.2498.52166.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.21%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 63 (25% from 255) = 19.09%
R=51.21%
G=29.70%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169986300.420.630.3419.8145.6945.49
HexA9623F02A3F22142e2d
Octal251142770527742245655
Binary101010011100010111111010101011111110001010100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9623F; }

 p { color: rgb(169,98,63); }

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

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

 a { background-color: rgb(169,98,63); }

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

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

 span { border-color: rgb(169,98,63); }

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