Html Css Color HEX #A66460 Coral Tree

📋 copy color: '#A66460'

red 166 ◦ green 100 ◦ blue 96

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

Shades of Coral Tree #A66460

Tints of Coral Tree #A66460

RGB

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

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

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

R = 45.86%
G = 27.62%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A66460 (or 0xA66460) is known color: Coral Tree. HEX triplet: A6, 64 and 60. RGB value is (166,100,96). Sum of RGB (Red+Green+Blue) = 166+100+96=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A66460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66460 is #599B9F. Grayscale: #777777. Windows color (decimal): -5872544 or 6317222. OLE color: 6317222.

HSL color Cylindrical-coordinate representation of color #A66460: hue angle of 3.43º 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 #A66460 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 96 -
CMYK 0 0.40 0.42 0.35
HSL 3.43º 0.28% 0.51% -
HSV(B) 3.43º 0.42% 0.65% -
XYZ 22.39 18.07 13.37 -
YUV 119.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 166 100 96 0 0.40 0.42 0.35 3.43 0.28 0.51
Hex A6 64 60 0 28 2A 23 3 1C 33
Octal 246 144 140 0 50 52 43 3 34 63
Binary 10100110 1100100 1100000 0 101000 101010 100011 11 11100 110011

Color Harmonies of #A66460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66460

Black with #A66460

Text Example


Text Example

White with #A66460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66460; }

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

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

background-color css

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

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

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

border-color css

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

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

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