Html Css Color HEX #AC6160 Coral Tree

📋 copy color: '#AC6160'

red 172 ◦ green 97 ◦ blue 96

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

Shades of Coral Tree #AC6160

Tints of Coral Tree #AC6160

RGB

 RED value IS 172 (67.58% from 255) = 47.12%

 GREEN value IS 97 (38.28% from 255) = 26.58%

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 47.12%
G = 26.58%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC6160 (or 0xAC6160) is known color: Coral Tree. HEX triplet: AC, 61 and 60. RGB value is (172,97,96). Sum of RGB (Red+Green+Blue) = 172+97+96=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6160 is #539E9F. Grayscale: #777777. Windows color (decimal): -5480096 or 6316460. OLE color: 6316460.

HSL color Cylindrical-coordinate representation of color #AC6160: hue angle of 0.79º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6160 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 97 96 -
CMYK 0 0.44 0.44 0.33
HSL 0.79º 0.31% 0.53% -
HSV(B) 0.79º 0.44% 0.67% -
XYZ 23.4 18.16 13.34 -
YUV 119.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 172 97 96 0 0.44 0.44 0.33 0.79 0.31 0.53
Hex AC 61 60 0 2C 2C 21 1 1F 35
Octal 254 141 140 0 54 54 41 1 37 65
Binary 10101100 1100001 1100000 0 101100 101100 100001 1 11111 110101

Color Harmonies of #AC6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6160

Black with #AC6160

Text Example


Text Example

White with #AC6160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6160; }

 p { color: rgb(172,97,96); }

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

background-color css

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

 a { background-color: rgb(172,97,96); }

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

border-color css

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

 span { border-color: rgb(172,97,96); }

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