Html Css Color HEX #A66C69 Coral Tree

📋 copy color: '#A66C69'

red 166 ◦ green 108 ◦ blue 105

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

Shades of Coral Tree #A66C69

Tints of Coral Tree #A66C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.5%

 BLUE value IS 105 (41.41% from 255) = 27.7%

R = 43.8%
G = 28.5%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A66C69 (or 0xA66C69) is known color: Coral Tree. HEX triplet: A6, 6C and 69. RGB value is (166,108,105). Sum of RGB (Red+Green+Blue) = 166+108+105=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C69 is #599396. Grayscale: #7D7D7D. Windows color (decimal): -5870487 or 6909094. OLE color: 6909094.

HSL color Cylindrical-coordinate representation of color #A66C69: hue angle of 2.95º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66C69 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 108 105 -
CMYK 0 0.35 0.37 0.35
HSL 2.95º 0.26% 0.53% -
HSV(B) 2.95º 0.37% 0.65% -
XYZ 23.64 19.85 15.95 -
YUV 125 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 166 108 105 0 0.35 0.37 0.35 2.95 0.26 0.53
Hex A6 6C 69 0 23 25 23 3 1A 35
Octal 246 154 151 0 43 45 43 3 32 65
Binary 10100110 1101100 1101001 0 100011 100101 100011 11 11010 110101

Color Harmonies of #A66C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C69

Black with #A66C69

Text Example


Text Example

White with #A66C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C69; }

 p { color: rgb(166,108,105); }

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

background-color css

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

 a { background-color: rgb(166,108,105); }

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

border-color css

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

 span { border-color: rgb(166,108,105); }

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