#A9633D

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

Shades of Tuscany #A9633D

Tints of Tuscany #A9633D

Color information

#A9633D (or 0xA9633D) is unknown color: approx Tuscany. HEX triplet: A9, 63 and 3D. RGB value is (169,99,61). Sum of RGB (Red+Green+Blue) = 169+99+61=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9633D is #569CC2. Grayscale: #737373. Windows color (decimal): -5676227 or 4023209. OLE color: 4023209.

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

Color convert

RGB1699961-
CMYK00.410.640.34
HSL21.11º46.96%45.1%-
HSV(B)21.11º63.91%66.27%-
XYZ21.6717.76.69-
YUV115.697.19166.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.37%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=51.37%
G=30.09%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169996100.410.640.3421.1146.9645.1
HexA9633D0294022152f2d
Octal2511437505110042255755
Binary1010100111000111111010101001100000010001010101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9633D; }

 p { color: rgb(169,99,61); }

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

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

 a { background-color: rgb(169,99,61); }

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

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

 span { border-color: rgb(169,99,61); }

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