Html Css Color HEX #A66048 Tuscany

📋 copy color: '#A66048'

red 166 ◦ green 96 ◦ blue 72

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

Shades of Tuscany #A66048

Tints of Tuscany #A66048

RGB

 RED value IS 166 (65.23% from 255) = 49.7%

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

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 49.7%
G = 28.74%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A66048 (or 0xA66048) is known color: Tuscany. HEX triplet: A6, 60 and 48. RGB value is (166,96,72). Sum of RGB (Red+Green+Blue) = 166+96+72=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66048 is #599FB7. Grayscale: #727272. Windows color (decimal): -5873592 or 4743334. OLE color: 4743334.

HSL color Cylindrical-coordinate representation of color #A66048: hue angle of 15.32º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66048 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 72 -
CMYK 0 0.42 0.57 0.35
HSL 15.32º 0.39% 0.47% -
HSV(B) 15.32º 0.57% 0.65% -
XYZ 21.08 16.94 8.29 -
YUV 114.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 166 96 72 0 0.42 0.57 0.35 15.32 0.39 0.47
Hex A6 60 48 0 2A 39 23 F 27 2F
Octal 246 140 110 0 52 71 43 17 47 57
Binary 10100110 1100000 1001000 0 101010 111001 100011 1111 100111 101111

Color Harmonies of #A66048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66048

Black with #A66048

Text Example


Text Example

White with #A66048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66048; }

 p { color: rgb(166,96,72); }

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

background-color css

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

 a { background-color: rgb(166,96,72); }

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

border-color css

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

 span { border-color: rgb(166,96,72); }

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