Html Css Color HEX #A46E6B Coral Tree

📋 copy color: '#A46E6B'

red 164 ◦ green 110 ◦ blue 107

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

Shades of Coral Tree #A46E6B

Tints of Coral Tree #A46E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 43.04%
G = 28.87%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A46E6B (or 0xA46E6B) is known color: Coral Tree. HEX triplet: A4, 6E and 6B. RGB value is (164,110,107). Sum of RGB (Red+Green+Blue) = 164+110+107=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E6B is #5B9194. Grayscale: #7D7D7D. Windows color (decimal): -6001045 or 7040676. OLE color: 7040676.

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

Color convert

RGB 164 110 107 -
CMYK 0 0.33 0.35 0.36
HSL 3.16º 0.24% 0.53% -
HSV(B) 3.16º 0.35% 0.64% -
XYZ 23.54 20.11 16.55 -
YUV 125.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 164 110 107 0 0.33 0.35 0.36 3.16 0.24 0.53
Hex A4 6E 6B 0 21 23 24 3 18 35
Octal 244 156 153 0 41 43 44 3 30 65
Binary 10100100 1101110 1101011 0 100001 100011 100100 11 11000 110101

Color Harmonies of #A46E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E6B

Black with #A46E6B

Text Example


Text Example

White with #A46E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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