Html Css Color HEX #AC706F Coral Tree

📋 copy color: '#AC706F'

red 172 ◦ green 112 ◦ blue 111

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

Shades of Coral Tree #AC706F

Tints of Coral Tree #AC706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 43.54%
G = 28.35%
B = 28.1%

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

#AC706F (or 0xAC706F) is known color: Coral Tree. HEX triplet: AC, 70 and 6F. RGB value is (172,112,111). Sum of RGB (Red+Green+Blue) = 172+112+111=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC706F is #538F90. Grayscale: #818181. Windows color (decimal): -5476241 or 7303340. OLE color: 7303340.

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

Color convert

RGB 172 112 111 -
CMYK 0 0.35 0.35 0.33
HSL 0.98º 0.27% 0.55% -
HSV(B) 0.98º 0.35% 0.67% -
XYZ 25.68 21.51 17.84 -
YUV 129.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 172 112 111 0 0.35 0.35 0.33 0.98 0.27 0.55
Hex AC 70 6F 0 23 23 21 1 1B 37
Octal 254 160 157 0 43 43 41 1 33 67
Binary 10101100 1110000 1101111 0 100011 100011 100001 1 11011 110111

Color Harmonies of #AC706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC706F

Black with #AC706F

Text Example


Text Example

White with #AC706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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