Html Css Color HEX #AC716A Coral Tree

📋 copy color: '#AC716A'

red 172 ◦ green 113 ◦ blue 106

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

Shades of Coral Tree #AC716A

Tints of Coral Tree #AC716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 43.99%
G = 28.9%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC716A (or 0xAC716A) is known color: Coral Tree. HEX triplet: AC, 71 and 6A. RGB value is (172,113,106). Sum of RGB (Red+Green+Blue) = 172+113+106=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC716A is #538E95. Grayscale: #818181. Windows color (decimal): -5475990 or 6975916. OLE color: 6975916.

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

Color convert

RGB 172 113 106 -
CMYK 0 0.34 0.38 0.33
HSL 6.36º 0.28% 0.55% -
HSV(B) 6.36º 0.38% 0.67% -
XYZ 25.52 21.62 16.46 -
YUV 129.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 172 113 106 0 0.34 0.38 0.33 6.36 0.28 0.55
Hex AC 71 6A 0 22 26 21 6 1C 37
Octal 254 161 152 0 42 46 41 6 34 67
Binary 10101100 1110001 1101010 0 100010 100110 100001 110 11100 110111

Color Harmonies of #AC716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC716A

Black with #AC716A

Text Example


Text Example

White with #AC716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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