Html Css Color HEX #A66A64 Coral Tree

📋 copy color: '#A66A64'

red 166 ◦ green 106 ◦ blue 100

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

Shades of Coral Tree #A66A64

Tints of Coral Tree #A66A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 44.62%
G = 28.49%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A66A64 (or 0xA66A64) is known color: Coral Tree. HEX triplet: A6, 6A and 64. RGB value is (166,106,100). Sum of RGB (Red+Green+Blue) = 166+106+100=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A64 is #59959B. Grayscale: #7B7B7B. Windows color (decimal): -5871004 or 6580902. OLE color: 6580902.

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

Color convert

RGB 166 106 100 -
CMYK 0 0.36 0.40 0.35
HSL 5.45º 0.27% 0.52% -
HSV(B) 5.45º 0.4% 0.65% -
XYZ 23.18 19.34 14.57 -
YUV 123.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 166 106 100 0 0.36 0.40 0.35 5.45 0.27 0.52
Hex A6 6A 64 0 24 28 23 5 1B 34
Octal 246 152 144 0 44 50 43 5 33 64
Binary 10100110 1101010 1100100 0 100100 101000 100011 101 11011 110100

Color Harmonies of #A66A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A64

Black with #A66A64

Text Example


Text Example

White with #A66A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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