Html Css Color HEX #A2756B Coral Tree

📋 copy color: '#A2756B'

red 162 ◦ green 117 ◦ blue 107

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

Shades of Coral Tree #A2756B

Tints of Coral Tree #A2756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.72%

R = 41.97%
G = 30.31%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A2756B (or 0xA2756B) is known color: Coral Tree. HEX triplet: A2, 75 and 6B. RGB value is (162,117,107). Sum of RGB (Red+Green+Blue) = 162+117+107=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2756B is #5D8A94. Grayscale: #818181. Windows color (decimal): -6130325 or 7042466. OLE color: 7042466.

HSL color Cylindrical-coordinate representation of color #A2756B: hue angle of 10.91º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2756B is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 107 -
CMYK 0 0.28 0.34 0.36
HSL 10.91º 0.23% 0.53% -
HSV(B) 10.91º 0.34% 0.64% -
XYZ 23.92 21.47 16.79 -
YUV 129.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 162 117 107 0 0.28 0.34 0.36 10.91 0.23 0.53
Hex A2 75 6B 0 1C 22 24 B 17 35
Octal 242 165 153 0 34 42 44 13 27 65
Binary 10100010 1110101 1101011 0 11100 100010 100100 1011 10111 110101

Color Harmonies of #A2756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2756B

Black with #A2756B

Text Example


Text Example

White with #A2756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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