Html Css Color HEX #A26E6B Coral Tree

📋 copy color: '#A26E6B'

red 162 ◦ green 110 ◦ blue 107

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

Shades of Coral Tree #A26E6B

Tints of Coral Tree #A26E6B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.02%

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

R = 42.74%
G = 29.02%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A26E6B (or 0xA26E6B) is known color: Coral Tree. HEX triplet: A2, 6E and 6B. RGB value is (162,110,107). Sum of RGB (Red+Green+Blue) = 162+110+107=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26E6B is #5D9194. Grayscale: #7D7D7D. Windows color (decimal): -6132117 or 7040674. OLE color: 7040674.

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

Color convert

RGB 162 110 107 -
CMYK 0 0.32 0.34 0.36
HSL 3.27º 0.23% 0.53% -
HSV(B) 3.27º 0.34% 0.64% -
XYZ 23.13 19.89 16.53 -
YUV 125.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 162 110 107 0 0.32 0.34 0.36 3.27 0.23 0.53
Hex A2 6E 6B 0 20 22 24 3 17 35
Octal 242 156 153 0 40 42 44 3 27 65
Binary 10100010 1101110 1101011 0 100000 100010 100100 11 10111 110101

Color Harmonies of #A26E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26E6B

Black with #A26E6B

Text Example


Text Example

White with #A26E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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