Html Css Color HEX #A66D60 Coral Tree

📋 copy color: '#A66D60'

red 166 ◦ green 109 ◦ blue 96

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

Shades of Coral Tree #A66D60

Tints of Coral Tree #A66D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

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

R = 44.74%
G = 29.38%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A66D60 (or 0xA66D60) is known color: Coral Tree. HEX triplet: A6, 6D and 60. RGB value is (166,109,96). Sum of RGB (Red+Green+Blue) = 166+109+96=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D60 is #59929F. Grayscale: #7C7C7C. Windows color (decimal): -5870240 or 6319526. OLE color: 6319526.

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

Color convert

RGB 166 109 96 -
CMYK 0 0.34 0.42 0.35
HSL 11.14º 0.28% 0.51% -
HSV(B) 11.14º 0.42% 0.65% -
XYZ 23.31 19.89 13.68 -
YUV 124.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 166 109 96 0 0.34 0.42 0.35 11.14 0.28 0.51
Hex A6 6D 60 0 22 2A 23 B 1C 33
Octal 246 155 140 0 42 52 43 13 34 63
Binary 10100110 1101101 1100000 0 100010 101010 100011 1011 11100 110011

Color Harmonies of #A66D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D60

Black with #A66D60

Text Example


Text Example

White with #A66D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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