Html Css Color HEX #A16C68 Coral Tree

📋 copy color: '#A16C68'

red 161 ◦ green 108 ◦ blue 104

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

Shades of Coral Tree #A16C68

Tints of Coral Tree #A16C68

RGB

 RED value IS 161 (63.28% from 255) = 43.16%

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

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 43.16%
G = 28.95%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A16C68 (or 0xA16C68) is known color: Coral Tree. HEX triplet: A1, 6C and 68. RGB value is (161,108,104). Sum of RGB (Red+Green+Blue) = 161+108+104=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C68 is #5E9397. Grayscale: #7B7B7B. Windows color (decimal): -6198168 or 6843553. OLE color: 6843553.

HSL color Cylindrical-coordinate representation of color #A16C68: hue angle of 4.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16C68 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 108 104 -
CMYK 0 0.33 0.35 0.37
HSL 4.21º 0.23% 0.52% -
HSV(B) 4.21º 0.35% 0.63% -
XYZ 22.56 19.3 15.63 -
YUV 123.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 161 108 104 0 0.33 0.35 0.37 4.21 0.23 0.52
Hex A1 6C 68 0 21 23 25 4 17 34
Octal 241 154 150 0 41 43 45 4 27 64
Binary 10100001 1101100 1101000 0 100001 100011 100101 100 10111 110100

Color Harmonies of #A16C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16C68

Black with #A16C68

Text Example


Text Example

White with #A16C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16C68; }

 p { color: rgb(161,108,104); }

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

background-color css

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

 a { background-color: rgb(161,108,104); }

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

border-color css

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

 span { border-color: rgb(161,108,104); }

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