Html Css Color HEX #A2746D Coral Tree

📋 copy color: '#A2746D'

red 162 ◦ green 116 ◦ blue 109

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

Shades of Coral Tree #A2746D

Tints of Coral Tree #A2746D

RGB

 RED value IS 162 (63.67% from 255) = 41.86%

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 41.86%
G = 29.97%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2746D (or 0xA2746D) is known color: Coral Tree. HEX triplet: A2, 74 and 6D. RGB value is (162,116,109). Sum of RGB (Red+Green+Blue) = 162+116+109=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2746D is #5D8B92. Grayscale: #818181. Windows color (decimal): -6130579 or 7173282. OLE color: 7173282.

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

Color convert

RGB 162 116 109 -
CMYK 0 0.28 0.33 0.36
HSL 7.92º 0.22% 0.53% -
HSV(B) 7.92º 0.33% 0.64% -
XYZ 23.91 21.28 17.31 -
YUV 128.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 162 116 109 0 0.28 0.33 0.36 7.92 0.22 0.53
Hex A2 74 6D 0 1C 21 24 8 16 35
Octal 242 164 155 0 34 41 44 10 26 65
Binary 10100010 1110100 1101101 0 11100 100001 100100 1000 10110 110101

Color Harmonies of #A2746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2746D

Black with #A2746D

Text Example


Text Example

White with #A2746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2746D; }

 p { color: rgb(162,116,109); }

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

background-color css

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

 a { background-color: rgb(162,116,109); }

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

border-color css

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

 span { border-color: rgb(162,116,109); }

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