Html Css Color HEX #A26863 Coral Tree

📋 copy color: '#A26863'

red 162 ◦ green 104 ◦ blue 99

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

Shades of Coral Tree #A26863

Tints of Coral Tree #A26863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 44.38%
G = 28.49%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A26863 (or 0xA26863) is known color: Coral Tree. HEX triplet: A2, 68 and 63. RGB value is (162,104,99). Sum of RGB (Red+Green+Blue) = 162+104+99=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A26863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26863 is #5D979C. Grayscale: #787878. Windows color (decimal): -6133661 or 6514850. OLE color: 6514850.

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

Color convert

RGB 162 104 99 -
CMYK 0 0.36 0.39 0.36
HSL 4.76º 0.25% 0.51% -
HSV(B) 4.76º 0.39% 0.64% -
XYZ 22.1 18.48 14.21 -
YUV 120.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 162 104 99 0 0.36 0.39 0.36 4.76 0.25 0.51
Hex A2 68 63 0 24 27 24 5 19 33
Octal 242 150 143 0 44 47 44 5 31 63
Binary 10100010 1101000 1100011 0 100100 100111 100100 101 11001 110011

Color Harmonies of #A26863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26863

Black with #A26863

Text Example


Text Example

White with #A26863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26863; }

 p { color: rgb(162,104,99); }

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

background-color css

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

 a { background-color: rgb(162,104,99); }

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

border-color css

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

 span { border-color: rgb(162,104,99); }

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