Html Css Color HEX #A66A6A Coral Tree

📋 copy color: '#A66A6A'

red 166 ◦ green 106 ◦ blue 106

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

Shades of Coral Tree #A66A6A

Tints of Coral Tree #A66A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.04%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 43.92%
G = 28.04%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A66A6A (or 0xA66A6A) is known color: Coral Tree. HEX triplet: A6, 6A and 6A. RGB value is (166,106,106). Sum of RGB (Red+Green+Blue) = 166+106+106=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A6A is #599595. Grayscale: #7C7C7C. Windows color (decimal): -5870998 or 6974118. OLE color: 6974118.

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

Color convert

RGB 166 106 106 -
CMYK 0 0.36 0.36 0.35
HSL 0.25% 0.53% -
HSV(B) 0.36% 0.65% -
XYZ 23.48 19.46 16.15 -
YUV 123.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 166 106 106 0 0.36 0.36 0.35 0 0.25 0.53
Hex A6 6A 6A 0 24 24 23 0 19 35
Octal 246 152 152 0 44 44 43 0 31 65
Binary 10100110 1101010 1101010 0 100100 100100 100011 0 11001 110101

Color Harmonies of #A66A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A6A

Black with #A66A6A

Text Example


Text Example

White with #A66A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A6A; }

 p { color: rgb(166,106,106); }

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

background-color css

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

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

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

border-color css

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

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

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