Html Css Color HEX #AC7370 Coral Tree

📋 copy color: '#AC7370'

red 172 ◦ green 115 ◦ blue 112

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

Shades of Coral Tree #AC7370

Tints of Coral Tree #AC7370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 43.11%
G = 28.82%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC7370 (or 0xAC7370) is known color: Coral Tree. HEX triplet: AC, 73 and 70. RGB value is (172,115,112). Sum of RGB (Red+Green+Blue) = 172+115+112=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7370 is #538C8F. Grayscale: #838383. Windows color (decimal): -5475472 or 7369644. OLE color: 7369644.

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

Color convert

RGB 172 115 112 -
CMYK 0 0.33 0.35 0.33
HSL 0.27% 0.56% -
HSV(B) 0.35% 0.67% -
XYZ 26.07 22.2 18.24 -
YUV 131.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 172 115 112 0 0.33 0.35 0.33 3 0.27 0.56
Hex AC 73 70 0 21 23 21 3 1B 38
Octal 254 163 160 0 41 43 41 3 33 70
Binary 10101100 1110011 1110000 0 100001 100011 100001 11 11011 111000

Color Harmonies of #AC7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7370

Black with #AC7370

Text Example


Text Example

White with #AC7370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7370; }

 p { color: rgb(172,115,112); }

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

background-color css

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

 a { background-color: rgb(172,115,112); }

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

border-color css

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

 span { border-color: rgb(172,115,112); }

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