Html Css Color HEX #A66043 Tuscany

📋 copy color: '#A66043'

red 166 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #A66043

Tints of Tuscany #A66043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.36%

R = 50.46%
G = 29.18%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A66043 (or 0xA66043) is known color: Tuscany. HEX triplet: A6, 60 and 43. RGB value is (166,96,67). Sum of RGB (Red+Green+Blue) = 166+96+67=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A66043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66043 is #599FBC. Grayscale: #717171. Windows color (decimal): -5873597 or 4415654. OLE color: 4415654.

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

Color convert

RGB 166 96 67 -
CMYK 0 0.42 0.60 0.35
HSL 17.58º 0.42% 0.46% -
HSV(B) 17.58º 0.6% 0.65% -
XYZ 20.92 16.88 7.47 -
YUV 113.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 166 96 67 0 0.42 0.60 0.35 17.58 0.42 0.46
Hex A6 60 43 0 2A 3C 23 12 2A 2E
Octal 246 140 103 0 52 74 43 22 52 56
Binary 10100110 1100000 1000011 0 101010 111100 100011 10010 101010 101110

Color Harmonies of #A66043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66043

Black with #A66043

Text Example


Text Example

White with #A66043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66043; }

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

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

background-color css

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

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

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

border-color css

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

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

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