Html Css Color HEX #A9633D Tuscany

📋 copy color: '#A9633D'

red 169 ◦ green 99 ◦ blue 61

#A9633D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #A9633D

Tints of Tuscany #A9633D

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 value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9633D (or 0xA9633D) is known color: 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

RGB 169 99 61 -
CMYK 0 0.41 0.64 0.34
HSL 21.11º 0.47% 0.45% -
HSV(B) 21.11º 0.64% 0.66% -
XYZ 21.67 17.7 6.69 -
YUV 115.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 169 99 61 0 0.41 0.64 0.34 21.11 0.47 0.45
Hex A9 63 3D 0 29 40 22 15 2F 2D
Octal 251 143 75 0 51 100 42 25 57 55
Binary 10101001 1100011 111101 0 101001 1000000 100010 10101 101111 101101

Color Harmonies of #A9633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9633D

Black with #A9633D

Text Example


Text Example

White with #A9633D

Text Example


Text Example

HTML Codes & Css Web 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>