Html Css Color HEX #A46D66 Coral Tree

📋 copy color: '#A46D66'

red 164 ◦ green 109 ◦ blue 102

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

Shades of Coral Tree #A46D66

Tints of Coral Tree #A46D66

RGB

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

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

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

R = 43.73%
G = 29.07%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A46D66 (or 0xA46D66) is known color: Coral Tree. HEX triplet: A4, 6D and 66. RGB value is (164,109,102). Sum of RGB (Red+Green+Blue) = 164+109+102=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D66 is #5B9299. Grayscale: #7C7C7C. Windows color (decimal): -6001306 or 6712740. OLE color: 6712740.

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

Color convert

RGB 164 109 102 -
CMYK 0 0.34 0.38 0.36
HSL 6.77º 0.25% 0.52% -
HSV(B) 6.77º 0.38% 0.64% -
XYZ 23.18 19.79 15.17 -
YUV 124.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 164 109 102 0 0.34 0.38 0.36 6.77 0.25 0.52
Hex A4 6D 66 0 22 26 24 7 19 34
Octal 244 155 146 0 42 46 44 7 31 64
Binary 10100100 1101101 1100110 0 100010 100110 100100 111 11001 110100

Color Harmonies of #A46D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D66

Black with #A46D66

Text Example


Text Example

White with #A46D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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