Html Css Color HEX #AC7063 Coral Tree

📋 copy color: '#AC7063'

red 172 ◦ green 112 ◦ blue 99

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

Shades of Coral Tree #AC7063

Tints of Coral Tree #AC7063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.85%

R = 44.91%
G = 29.24%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC7063 (or 0xAC7063) is known color: Coral Tree. HEX triplet: AC, 70 and 63. RGB value is (172,112,99). Sum of RGB (Red+Green+Blue) = 172+112+99=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7063 is #538F9C. Grayscale: #808080. Windows color (decimal): -5476253 or 6516908. OLE color: 6516908.

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

Color convert

RGB 172 112 99 -
CMYK 0 0.35 0.42 0.33
HSL 10.68º 0.31% 0.53% -
HSV(B) 10.68º 0.42% 0.67% -
XYZ 25.06 21.26 14.59 -
YUV 128.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 172 112 99 0 0.35 0.42 0.33 10.68 0.31 0.53
Hex AC 70 63 0 23 2A 21 B 1F 35
Octal 254 160 143 0 43 52 41 13 37 65
Binary 10101100 1110000 1100011 0 100011 101010 100001 1011 11111 110101

Color Harmonies of #AC7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7063

Black with #AC7063

Text Example


Text Example

White with #AC7063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7063; }

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

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

background-color css

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

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

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

border-color css

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

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

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