Html Css Color HEX #A9613D Tuscany

📋 copy color: '#A9613D'

red 169 ◦ green 97 ◦ blue 61

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

Shades of Tuscany #A9613D

Tints of Tuscany #A9613D

RGB

 RED value IS 169 (66.41% from 255) = 51.68%

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 51.68%
G = 29.66%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9613D (or 0xA9613D) is known color: Tuscany. HEX triplet: A9, 61 and 3D. RGB value is (169,97,61). Sum of RGB (Red+Green+Blue) = 169+97+61=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9613D is #569EC2. Grayscale: #727272. Windows color (decimal): -5676739 or 4022697. OLE color: 4022697.

HSL color Cylindrical-coordinate representation of color #A9613D: hue angle of 20º 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 #A9613D is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 61 -
CMYK 0 0.43 0.64 0.34
HSL 20º 0.47% 0.45% -
HSV(B) 20º 0.64% 0.66% -
XYZ 21.48 17.32 6.63 -
YUV 114.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 169 97 61 0 0.43 0.64 0.34 20 0.47 0.45
Hex A9 61 3D 0 2B 40 22 14 2F 2D
Octal 251 141 75 0 53 100 42 24 57 55
Binary 10101001 1100001 111101 0 101011 1000000 100010 10100 101111 101101

Color Harmonies of #A9613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9613D

Black with #A9613D

Text Example


Text Example

White with #A9613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9613D; }

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

 H1.HeaderClassName
 {
   color: #A9613D;
 }
 .AnyTagClassName
 {
   color: #A9613D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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