Html Css Color HEX #A46D6B Coral Tree

📋 copy color: '#A46D6B'

red 164 ◦ green 109 ◦ blue 107

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

Shades of Coral Tree #A46D6B

Tints of Coral Tree #A46D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.68%

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

R = 43.16%
G = 28.68%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A46D6B (or 0xA46D6B) is known color: Coral Tree. HEX triplet: A4, 6D and 6B. RGB value is (164,109,107). Sum of RGB (Red+Green+Blue) = 164+109+107=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D6B is #5B9294. Grayscale: #7D7D7D. Windows color (decimal): -6001301 or 7040420. OLE color: 7040420.

HSL color Cylindrical-coordinate representation of color #A46D6B: hue angle of 2.11º 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 #A46D6B is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 109 107 -
CMYK 0 0.34 0.35 0.36
HSL 2.11º 0.24% 0.53% -
HSV(B) 2.11º 0.35% 0.64% -
XYZ 23.43 19.89 16.51 -
YUV 125.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 164 109 107 0 0.34 0.35 0.36 2.11 0.24 0.53
Hex A4 6D 6B 0 22 23 24 2 18 35
Octal 244 155 153 0 42 43 44 2 30 65
Binary 10100100 1101101 1101011 0 100010 100011 100100 10 11000 110101

Color Harmonies of #A46D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D6B

Black with #A46D6B

Text Example


Text Example

White with #A46D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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