Html Css Color HEX #A2756C Coral Tree

📋 copy color: '#A2756C'

red 162 ◦ green 117 ◦ blue 108

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

Shades of Coral Tree #A2756C

Tints of Coral Tree #A2756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 41.86%
G = 30.23%
B = 27.91%

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

#A2756C (or 0xA2756C) is known color: Coral Tree. HEX triplet: A2, 75 and 6C. RGB value is (162,117,108). Sum of RGB (Red+Green+Blue) = 162+117+108=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2756C is #5D8A93. Grayscale: #818181. Windows color (decimal): -6130324 or 7108002. OLE color: 7108002.

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

Color convert

RGB 162 117 108 -
CMYK 0 0.28 0.33 0.36
HSL 10º 0.23% 0.53% -
HSV(B) 10º 0.33% 0.64% -
XYZ 23.97 21.49 17.07 -
YUV 129.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 162 117 108 0 0.28 0.33 0.36 10 0.23 0.53
Hex A2 75 6C 0 1C 21 24 A 16 35
Octal 242 165 154 0 34 41 44 12 26 65
Binary 10100010 1110101 1101100 0 11100 100001 100100 1010 10110 110101

Color Harmonies of #A2756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2756C

Black with #A2756C

Text Example


Text Example

White with #A2756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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