Html Css Color HEX #A46D6A Coral Tree

📋 copy color: '#A46D6A'

red 164 ◦ green 109 ◦ blue 106

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

Shades of Coral Tree #A46D6A

Tints of Coral Tree #A46D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 43.27%
G = 28.76%
B = 27.97%

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

#A46D6A (or 0xA46D6A) is known color: Coral Tree. HEX triplet: A4, 6D and 6A. RGB value is (164,109,106). Sum of RGB (Red+Green+Blue) = 164+109+106=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D6A is #5B9295. Grayscale: #7D7D7D. Windows color (decimal): -6001302 or 6974884. OLE color: 6974884.

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

Color convert

RGB 164 109 106 -
CMYK 0 0.34 0.35 0.36
HSL 3.1º 0.24% 0.53% -
HSV(B) 3.1º 0.35% 0.64% -
XYZ 23.38 19.87 16.24 -
YUV 125.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 164 109 106 0 0.34 0.35 0.36 3.1 0.24 0.53
Hex A4 6D 6A 0 22 23 24 3 18 35
Octal 244 155 152 0 42 43 44 3 30 65
Binary 10100100 1101101 1101010 0 100010 100011 100100 11 11000 110101

Color Harmonies of #A46D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D6A

Black with #A46D6A

Text Example


Text Example

White with #A46D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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