Html Css Color HEX #A26E6D Coral Tree

📋 copy color: '#A26E6D'

red 162 ◦ green 110 ◦ blue 109

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

Shades of Coral Tree #A26E6D

Tints of Coral Tree #A26E6D

RGB

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

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

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

R = 42.52%
G = 28.87%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A26E6D (or 0xA26E6D) is known color: Coral Tree. HEX triplet: A2, 6E and 6D. RGB value is (162,110,109). Sum of RGB (Red+Green+Blue) = 162+110+109=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26E6D is #5D9192. Grayscale: #7D7D7D. Windows color (decimal): -6132115 or 7171746. OLE color: 7171746.

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

Color convert

RGB 162 110 109 -
CMYK 0 0.32 0.33 0.36
HSL 1.13º 0.22% 0.53% -
HSV(B) 1.13º 0.33% 0.64% -
XYZ 23.24 19.94 17.09 -
YUV 125.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 162 110 109 0 0.32 0.33 0.36 1.13 0.22 0.53
Hex A2 6E 6D 0 20 21 24 1 16 35
Octal 242 156 155 0 40 41 44 1 26 65
Binary 10100010 1101110 1101101 0 100000 100001 100100 1 10110 110101

Color Harmonies of #A26E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26E6D

Black with #A26E6D

Text Example


Text Example

White with #A26E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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