Html Css Color HEX #A9643F Tuscany

📋 copy color: '#A9643F'

red 169 ◦ green 100 ◦ blue 63

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

Shades of Tuscany #A9643F

Tints of Tuscany #A9643F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 63 (25% from 255) = 18.98%

R = 50.9%
G = 30.12%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9643F (or 0xA9643F) is known color: Tuscany. HEX triplet: A9, 64 and 3F. RGB value is (169,100,63). Sum of RGB (Red+Green+Blue) = 169+100+63=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9643F is #569BC0. Grayscale: #747474. Windows color (decimal): -5675969 or 4154537. OLE color: 4154537.

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

Color convert

RGB 169 100 63 -
CMYK 0 0.41 0.63 0.34
HSL 20.94º 0.46% 0.45% -
HSV(B) 20.94º 0.63% 0.66% -
XYZ 21.82 17.91 7.01 -
YUV 116.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 169 100 63 0 0.41 0.63 0.34 20.94 0.46 0.45
Hex A9 64 3F 0 29 3F 22 15 2E 2D
Octal 251 144 77 0 51 77 42 25 56 55
Binary 10101001 1100100 111111 0 101001 111111 100010 10101 101110 101101

Color Harmonies of #A9643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9643F

Black with #A9643F

Text Example


Text Example

White with #A9643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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