Html Css Color HEX #A26E64 Coral Tree

📋 copy color: '#A26E64'

red 162 ◦ green 110 ◦ blue 100

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

Shades of Coral Tree #A26E64

Tints of Coral Tree #A26E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 43.55%
G = 29.57%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A26E64 (or 0xA26E64) is known color: Coral Tree. HEX triplet: A2, 6E and 64. RGB value is (162,110,100). Sum of RGB (Red+Green+Blue) = 162+110+100=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26E64 is #5D919B. Grayscale: #7C7C7C. Windows color (decimal): -6132124 or 6581922. OLE color: 6581922.

HSL color Cylindrical-coordinate representation of color #A26E64: hue angle of 9.68º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A26E64 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 110 100 -
CMYK 0 0.32 0.38 0.36
HSL 9.68º 0.25% 0.51% -
HSV(B) 9.68º 0.38% 0.64% -
XYZ 22.78 19.75 14.67 -
YUV 124.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 162 110 100 0 0.32 0.38 0.36 9.68 0.25 0.51
Hex A2 6E 64 0 20 26 24 A 19 33
Octal 242 156 144 0 40 46 44 12 31 63
Binary 10100010 1101110 1100100 0 100000 100110 100100 1010 11001 110011

Color Harmonies of #A26E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26E64

Black with #A26E64

Text Example


Text Example

White with #A26E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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