Html Css Color HEX #A26C63 Coral Tree

📋 copy color: '#A26C63'

red 162 ◦ green 108 ◦ blue 99

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

Shades of Coral Tree #A26C63

Tints of Coral Tree #A26C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 43.9%
G = 29.27%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A26C63 (or 0xA26C63) is known color: Coral Tree. HEX triplet: A2, 6C and 63. RGB value is (162,108,99). Sum of RGB (Red+Green+Blue) = 162+108+99=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C63 is #5D939C. Grayscale: #7B7B7B. Windows color (decimal): -6132637 or 6515874. OLE color: 6515874.

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

Color convert

RGB 162 108 99 -
CMYK 0 0.33 0.39 0.36
HSL 8.57º 0.25% 0.51% -
HSV(B) 8.57º 0.39% 0.64% -
XYZ 22.51 19.31 14.34 -
YUV 123.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 162 108 99 0 0.33 0.39 0.36 8.57 0.25 0.51
Hex A2 6C 63 0 21 27 24 9 19 33
Octal 242 154 143 0 41 47 44 11 31 63
Binary 10100010 1101100 1100011 0 100001 100111 100100 1001 11001 110011

Color Harmonies of #A26C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26C63

Black with #A26C63

Text Example


Text Example

White with #A26C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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