Html Css Color HEX #A2766D Coral Tree

📋 copy color: '#A2766D'

red 162 ◦ green 118 ◦ blue 109

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

Shades of Coral Tree #A2766D

Tints of Coral Tree #A2766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 41.65%
G = 30.33%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2766D (or 0xA2766D) is known color: Coral Tree. HEX triplet: A2, 76 and 6D. RGB value is (162,118,109). Sum of RGB (Red+Green+Blue) = 162+118+109=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2766D is #5D8992. Grayscale: #828282. Windows color (decimal): -6130067 or 7173794. OLE color: 7173794.

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

Color convert

RGB 162 118 109 -
CMYK 0 0.27 0.33 0.36
HSL 10.19º 0.22% 0.53% -
HSV(B) 10.19º 0.33% 0.64% -
XYZ 24.14 21.74 17.39 -
YUV 130.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 162 118 109 0 0.27 0.33 0.36 10.19 0.22 0.53
Hex A2 76 6D 0 1B 21 24 A 16 35
Octal 242 166 155 0 33 41 44 12 26 65
Binary 10100010 1110110 1101101 0 11011 100001 100100 1010 10110 110101

Color Harmonies of #A2766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2766D

Black with #A2766D

Text Example


Text Example

White with #A2766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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