Html Css Color HEX #A46E66 Coral Tree

📋 copy color: '#A46E66'

red 164 ◦ green 110 ◦ blue 102

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

Shades of Coral Tree #A46E66

Tints of Coral Tree #A46E66

RGB

 RED value IS 164 (64.45% from 255) = 43.62%

 GREEN value IS 110 (43.36% from 255) = 29.26%

 BLUE value IS 102 (40.23% from 255) = 27.13%

R = 43.62%
G = 29.26%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A46E66 (or 0xA46E66) is known color: Coral Tree. HEX triplet: A4, 6E and 66. RGB value is (164,110,102). Sum of RGB (Red+Green+Blue) = 164+110+102=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E66 is #5B9199. Grayscale: #7D7D7D. Windows color (decimal): -6001050 or 6712996. OLE color: 6712996.

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

Color convert

RGB 164 110 102 -
CMYK 0 0.33 0.38 0.36
HSL 7.74º 0.25% 0.52% -
HSV(B) 7.74º 0.38% 0.64% -
XYZ 23.28 20 15.2 -
YUV 125.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 164 110 102 0 0.33 0.38 0.36 7.74 0.25 0.52
Hex A4 6E 66 0 21 26 24 8 19 34
Octal 244 156 146 0 41 46 44 10 31 64
Binary 10100100 1101110 1100110 0 100001 100110 100100 1000 11001 110100

Color Harmonies of #A46E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E66

Black with #A46E66

Text Example


Text Example

White with #A46E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E66; }

 p { color: rgb(164,110,102); }

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

background-color css

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

 a { background-color: rgb(164,110,102); }

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

border-color css

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

 span { border-color: rgb(164,110,102); }

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