Html Css Color HEX #AC7A70 Coral Tree

📋 copy color: '#AC7A70'

red 172 ◦ green 122 ◦ blue 112

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

Shades of Coral Tree #AC7A70

Tints of Coral Tree #AC7A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.05%

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

R = 42.36%
G = 30.05%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC7A70 (or 0xAC7A70) is known color: Coral Tree. HEX triplet: AC, 7A and 70. RGB value is (172,122,112). Sum of RGB (Red+Green+Blue) = 172+122+112=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A70 is #53858F. Grayscale: #878787. Windows color (decimal): -5473680 or 7371436. OLE color: 7371436.

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

Color convert

RGB 172 122 112 -
CMYK 0 0.29 0.35 0.33
HSL 10º 0.27% 0.56% -
HSV(B) 10º 0.35% 0.67% -
XYZ 26.9 23.86 18.52 -
YUV 135.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 172 122 112 0 0.29 0.35 0.33 10 0.27 0.56
Hex AC 7A 70 0 1D 23 21 A 1B 38
Octal 254 172 160 0 35 43 41 12 33 70
Binary 10101100 1111010 1110000 0 11101 100011 100001 1010 11011 111000

Color Harmonies of #AC7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A70

Black with #AC7A70

Text Example


Text Example

White with #AC7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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