Html Css Color HEX #AC7070 Coral Tree

📋 copy color: '#AC7070'

red 172 ◦ green 112 ◦ blue 112

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

Shades of Coral Tree #AC7070

Tints of Coral Tree #AC7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 43.43%
G = 28.28%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC7070 (or 0xAC7070) is known color: Coral Tree. HEX triplet: AC, 70 and 70. RGB value is (172,112,112). Sum of RGB (Red+Green+Blue) = 172+112+112=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7070 is #538F8F. Grayscale: #828282. Windows color (decimal): -5476240 or 7368876. OLE color: 7368876.

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

Color convert

RGB 172 112 112 -
CMYK 0 0.35 0.35 0.33
HSL 0.27% 0.56% -
HSV(B) 0.35% 0.67% -
XYZ 25.73 21.53 18.13 -
YUV 129.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 172 112 112 0 0.35 0.35 0.33 0 0.27 0.56
Hex AC 70 70 0 23 23 21 0 1B 38
Octal 254 160 160 0 43 43 41 0 33 70
Binary 10101100 1110000 1110000 0 100011 100011 100001 0 11011 111000

Color Harmonies of #AC7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7070

Black with #AC7070

Text Example


Text Example

White with #AC7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7070; }

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

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

background-color css

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

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

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

border-color css

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

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

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