#AC5C5A

Color #AC5C5A Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AC5C5A

Tints of Apple Blossom #AC5C5A

Color information

#AC5C5A (or 0xAC5C5A) is unknown color: approx Apple Blossom. HEX triplet: AC, 5C and 5A. RGB value is (172,92,90). Sum of RGB (Red+Green+Blue) = 172+92+90=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C5A is #53A3A5. Grayscale: #737373. Windows color (decimal): -5481382 or 5921964. OLE color: 5921964.

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

Color convert

RGB1729290-
CMYK00.470.480.33
HSL1.46º33.06%51.37%-
HSV(B)1.46º47.67%67.45%-
XYZ22.6917.1611.79-
YUV115.69113.5168.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=48.59%
G=25.99%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172929000.470.480.331.4633.0651.37
HexAC5C5A02F302112133
Octal254134132057604114163
Binary101011001011100101101001011111100001000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C5A; }

 p { color: rgb(172,92,90); }

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

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

 a { background-color: rgb(172,92,90); }

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

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

 span { border-color: rgb(172,92,90); }

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