Html Css Color HEX #A2746C Coral Tree

📋 copy color: '#A2746C'

red 162 ◦ green 116 ◦ blue 108

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

Shades of Coral Tree #A2746C

Tints of Coral Tree #A2746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.98%

R = 41.97%
G = 30.05%
B = 27.98%

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

#A2746C (or 0xA2746C) is known color: Coral Tree. HEX triplet: A2, 74 and 6C. RGB value is (162,116,108). Sum of RGB (Red+Green+Blue) = 162+116+108=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2746C is #5D8B93. Grayscale: #808080. Windows color (decimal): -6130580 or 7107746. OLE color: 7107746.

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

Color convert

RGB 162 116 108 -
CMYK 0 0.28 0.33 0.36
HSL 8.89º 0.23% 0.53% -
HSV(B) 8.89º 0.33% 0.64% -
XYZ 23.85 21.25 17.03 -
YUV 128.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 162 116 108 0 0.28 0.33 0.36 8.89 0.23 0.53
Hex A2 74 6C 0 1C 21 24 9 16 35
Octal 242 164 154 0 34 41 44 11 26 65
Binary 10100010 1110100 1101100 0 11100 100001 100100 1001 10110 110101

Color Harmonies of #A2746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2746C

Black with #A2746C

Text Example


Text Example

White with #A2746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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