#AC7265

Color #AC7265 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AC7265

Tints of Coral Tree #AC7265

Color information

#AC7265 (or 0xAC7265) is unknown color: approx Coral Tree. HEX triplet: AC, 72 and 65. RGB value is (172,114,101). Sum of RGB (Red+Green+Blue) = 172+114+101=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7265 is #538D9A. Grayscale: #818181. Windows color (decimal): -5475739 or 6648492. OLE color: 6648492.

HSL color Cylindrical-coordinate representation of color #AC7265: hue angle of 10.99º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7265 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172114101-
CMYK00.340.410.33
HSL10.99º29.96%53.53%-
HSV(B)10.99º41.28%67.45%-
XYZ25.3821.7415.17-
YUV129.86111.72158.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=44.44%
G=29.46%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211410100.340.410.3310.9929.9653.53
HexAC72650222921b1e36
Octal2541621450425141133666
Binary10101100111001011001010100010101001100001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7265; }

 p { color: rgb(172,114,101); }

 H1.HeaderClassName
 {
   color: #AC7265;
 }
 .AnyTagClassName
 {
   color: #AC7265;
 }
</style>
background-color css

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

 a { background-color: rgb(172,114,101); }

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

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

 span { border-color: rgb(172,114,101); }

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