Html Css Color HEX #AC7470 Coral Tree

📋 copy color: '#AC7470'

red 172 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #AC7470

Tints of Coral Tree #AC7470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

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

R = 43%
G = 29%
B = 28%

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

#AC7470 (or 0xAC7470) is known color: Coral Tree. HEX triplet: AC, 74 and 70. RGB value is (172,116,112). Sum of RGB (Red+Green+Blue) = 172+116+112=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7470 is #538B8F. Grayscale: #848484. Windows color (decimal): -5475216 or 7369900. OLE color: 7369900.

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

Color convert

RGB 172 116 112 -
CMYK 0 0.33 0.35 0.33
HSL 0.27% 0.56% -
HSV(B) 0.35% 0.67% -
XYZ 26.18 22.43 18.28 -
YUV 132.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 172 116 112 0 0.33 0.35 0.33 4 0.27 0.56
Hex AC 74 70 0 21 23 21 4 1B 38
Octal 254 164 160 0 41 43 41 4 33 70
Binary 10101100 1110100 1110000 0 100001 100011 100001 100 11011 111000

Color Harmonies of #AC7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7470

Black with #AC7470

Text Example


Text Example

White with #AC7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7470; }

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

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

background-color css

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

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

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

border-color css

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

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

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