Html Css Color HEX #AC7160 Coral Tree

📋 copy color: '#AC7160'

red 172 ◦ green 113 ◦ blue 96

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

Shades of Coral Tree #AC7160

Tints of Coral Tree #AC7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

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

R = 45.14%
G = 29.66%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC7160 (or 0xAC7160) is known color: Coral Tree. HEX triplet: AC, 71 and 60. RGB value is (172,113,96). Sum of RGB (Red+Green+Blue) = 172+113+96=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7160 is #538E9F. Grayscale: #808080. Windows color (decimal): -5476000 or 6320556. OLE color: 6320556.

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

Color convert

RGB 172 113 96 -
CMYK 0 0.34 0.44 0.33
HSL 13.42º 0.31% 0.53% -
HSV(B) 13.42º 0.44% 0.67% -
XYZ 25.03 21.43 13.88 -
YUV 128.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 172 113 96 0 0.34 0.44 0.33 13.42 0.31 0.53
Hex AC 71 60 0 22 2C 21 D 1F 35
Octal 254 161 140 0 42 54 41 15 37 65
Binary 10101100 1110001 1100000 0 100010 101100 100001 1101 11111 110101

Color Harmonies of #AC7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7160

Black with #AC7160

Text Example


Text Example

White with #AC7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7160; }

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

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

background-color css

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

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

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

border-color css

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

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

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