Html Css Color HEX #A2766C Coral Tree

📋 copy color: '#A2766C'

red 162 ◦ green 118 ◦ blue 108

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

Shades of Coral Tree #A2766C

Tints of Coral Tree #A2766C

RGB

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

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

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

R = 41.75%
G = 30.41%
B = 27.84%

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

#A2766C (or 0xA2766C) is known color: Coral Tree. HEX triplet: A2, 76 and 6C. RGB value is (162,118,108). Sum of RGB (Red+Green+Blue) = 162+118+108=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2766C is #5D8993. Grayscale: #828282. Windows color (decimal): -6130068 or 7108258. OLE color: 7108258.

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

Color convert

RGB 162 118 108 -
CMYK 0 0.27 0.33 0.36
HSL 11.11º 0.23% 0.53% -
HSV(B) 11.11º 0.33% 0.64% -
XYZ 24.09 21.72 17.11 -
YUV 130.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 162 118 108 0 0.27 0.33 0.36 11.11 0.23 0.53
Hex A2 76 6C 0 1B 21 24 B 16 35
Octal 242 166 154 0 33 41 44 13 26 65
Binary 10100010 1110110 1101100 0 11011 100001 100100 1011 10110 110101

Color Harmonies of #A2766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2766C

Black with #A2766C

Text Example


Text Example

White with #A2766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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