Html Css Color HEX #A2726D Coral Tree

📋 copy color: '#A2726D'

red 162 ◦ green 114 ◦ blue 109

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

Shades of Coral Tree #A2726D

Tints of Coral Tree #A2726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

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

R = 42.08%
G = 29.61%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2726D (or 0xA2726D) is known color: Coral Tree. HEX triplet: A2, 72 and 6D. RGB value is (162,114,109). Sum of RGB (Red+Green+Blue) = 162+114+109=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2726D is #5D8D92. Grayscale: #7F7F7F. Windows color (decimal): -6131091 or 7172770. OLE color: 7172770.

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

Color convert

RGB 162 114 109 -
CMYK 0 0.30 0.33 0.36
HSL 5.66º 0.22% 0.53% -
HSV(B) 5.66º 0.33% 0.64% -
XYZ 23.68 20.82 17.24 -
YUV 127.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 162 114 109 0 0.30 0.33 0.36 5.66 0.22 0.53
Hex A2 72 6D 0 1E 21 24 6 16 35
Octal 242 162 155 0 36 41 44 6 26 65
Binary 10100010 1110010 1101101 0 11110 100001 100100 110 10110 110101

Color Harmonies of #A2726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2726D

Black with #A2726D

Text Example


Text Example

White with #A2726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2726D; }

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

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

background-color css

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

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

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

border-color css

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

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

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