Html Css Color HEX #A4604A Tuscany

📋 copy color: '#A4604A'

red 164 ◦ green 96 ◦ blue 74

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

Shades of Tuscany #A4604A

Tints of Tuscany #A4604A

RGB

 RED value IS 164 (64.45% from 255) = 49.1%

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 49.1%
G = 28.74%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4604A (or 0xA4604A) is known color: Tuscany. HEX triplet: A4, 60 and 4A. RGB value is (164,96,74). Sum of RGB (Red+Green+Blue) = 164+96+74=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A4604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4604A is #5B9FB5. Grayscale: #717171. Windows color (decimal): -6004662 or 4874404. OLE color: 4874404.

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

Color convert

RGB 164 96 74 -
CMYK 0 0.41 0.55 0.36
HSL 14.67º 0.38% 0.47% -
HSV(B) 14.67º 0.55% 0.64% -
XYZ 20.73 16.75 8.62 -
YUV 113.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 164 96 74 0 0.41 0.55 0.36 14.67 0.38 0.47
Hex A4 60 4A 0 29 37 24 F 26 2F
Octal 244 140 112 0 51 67 44 17 46 57
Binary 10100100 1100000 1001010 0 101001 110111 100100 1111 100110 101111

Color Harmonies of #A4604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4604A

Black with #A4604A

Text Example


Text Example

White with #A4604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4604A; }

 p { color: rgb(164,96,74); }

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

background-color css

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

 a { background-color: rgb(164,96,74); }

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

border-color css

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

 span { border-color: rgb(164,96,74); }

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