Html Css Color HEX #A2746A Coral Tree

📋 copy color: '#A2746A'

red 162 ◦ green 116 ◦ blue 106

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

Shades of Coral Tree #A2746A

Tints of Coral Tree #A2746A

RGB

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

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

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

R = 42.19%
G = 30.21%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2746A (or 0xA2746A) is known color: Coral Tree. HEX triplet: A2, 74 and 6A. RGB value is (162,116,106). Sum of RGB (Red+Green+Blue) = 162+116+106=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2746A is #5D8B95. Grayscale: #808080. Windows color (decimal): -6130582 or 6976674. OLE color: 6976674.

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

Color convert

RGB 162 116 106 -
CMYK 0 0.28 0.35 0.36
HSL 10.71º 0.23% 0.53% -
HSV(B) 10.71º 0.35% 0.64% -
XYZ 23.75 21.21 16.48 -
YUV 128.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 162 116 106 0 0.28 0.35 0.36 10.71 0.23 0.53
Hex A2 74 6A 0 1C 23 24 B 17 35
Octal 242 164 152 0 34 43 44 13 27 65
Binary 10100010 1110100 1101010 0 11100 100011 100100 1011 10111 110101

Color Harmonies of #A2746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2746A

Black with #A2746A

Text Example


Text Example

White with #A2746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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