Html Css Color HEX #AC706A Coral Tree

📋 copy color: '#AC706A'

red 172 ◦ green 112 ◦ blue 106

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

Shades of Coral Tree #AC706A

Tints of Coral Tree #AC706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 44.1%
G = 28.72%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC706A (or 0xAC706A) is known color: Coral Tree. HEX triplet: AC, 70 and 6A. RGB value is (172,112,106). Sum of RGB (Red+Green+Blue) = 172+112+106=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC706A is #538F95. Grayscale: #818181. Windows color (decimal): -5476246 or 6975660. OLE color: 6975660.

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

Color convert

RGB 172 112 106 -
CMYK 0 0.35 0.38 0.33
HSL 5.45º 0.28% 0.55% -
HSV(B) 5.45º 0.38% 0.67% -
XYZ 25.41 21.4 16.43 -
YUV 129.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 172 112 106 0 0.35 0.38 0.33 5.45 0.28 0.55
Hex AC 70 6A 0 23 26 21 5 1C 37
Octal 254 160 152 0 43 46 41 5 34 67
Binary 10101100 1110000 1101010 0 100011 100110 100001 101 11100 110111

Color Harmonies of #AC706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC706A

Black with #AC706A

Text Example


Text Example

White with #AC706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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