Html Css Color HEX #A46E6D Coral Tree

📋 copy color: '#A46E6D'

red 164 ◦ green 110 ◦ blue 109

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

Shades of Coral Tree #A46E6D

Tints of Coral Tree #A46E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 42.82%
G = 28.72%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A46E6D (or 0xA46E6D) is known color: Coral Tree. HEX triplet: A4, 6E and 6D. RGB value is (164,110,109). Sum of RGB (Red+Green+Blue) = 164+110+109=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E6D is #5B9192. Grayscale: #7E7E7E. Windows color (decimal): -6001043 or 7171748. OLE color: 7171748.

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

Color convert

RGB 164 110 109 -
CMYK 0 0.33 0.34 0.36
HSL 1.09º 0.23% 0.54% -
HSV(B) 1.09º 0.34% 0.64% -
XYZ 23.65 20.15 17.11 -
YUV 126.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 164 110 109 0 0.33 0.34 0.36 1.09 0.23 0.54
Hex A4 6E 6D 0 21 22 24 1 17 36
Octal 244 156 155 0 41 42 44 1 27 66
Binary 10100100 1101110 1101101 0 100001 100010 100100 1 10111 110110

Color Harmonies of #A46E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E6D

Black with #A46E6D

Text Example


Text Example

White with #A46E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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