Html Css Color HEX #A66560 Coral Tree

📋 copy color: '#A66560'

red 166 ◦ green 101 ◦ blue 96

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

Shades of Coral Tree #A66560

Tints of Coral Tree #A66560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 45.73%
G = 27.82%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A66560 (or 0xA66560) is known color: Coral Tree. HEX triplet: A6, 65 and 60. RGB value is (166,101,96). Sum of RGB (Red+Green+Blue) = 166+101+96=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A66560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66560 is #599A9F. Grayscale: #777777. Windows color (decimal): -5872288 or 6317478. OLE color: 6317478.

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

Color convert

RGB 166 101 96 -
CMYK 0 0.39 0.42 0.35
HSL 4.29º 0.28% 0.51% -
HSV(B) 4.29º 0.42% 0.65% -
XYZ 22.49 18.26 13.41 -
YUV 119.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 166 101 96 0 0.39 0.42 0.35 4.29 0.28 0.51
Hex A6 65 60 0 27 2A 23 4 1C 33
Octal 246 145 140 0 47 52 43 4 34 63
Binary 10100110 1100101 1100000 0 100111 101010 100011 100 11100 110011

Color Harmonies of #A66560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66560

Black with #A66560

Text Example


Text Example

White with #A66560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66560; }

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

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

background-color css

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

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

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

border-color css

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

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

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