#AC7E6E

Color #AC7E6E Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #AC7E6E

Tints of Brandy Rose #AC7E6E

Color information

#AC7E6E (or 0xAC7E6E) is unknown color: approx Brandy Rose. HEX triplet: AC, 7E and 6E. RGB value is (172,126,110). Sum of RGB (Red+Green+Blue) = 172+126+110=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E6E is #538191. Grayscale: #8A8A8A. Windows color (decimal): -5472658 or 7241388. OLE color: 7241388.

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

Color convert

RGB172126110-
CMYK00.270.360.33
HSL15.48º27.19%55.29%-
HSV(B)15.48º36.05%67.45%-
XYZ27.2924.8218.1-
YUV137.93112.24152.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=42.16%
G=30.88%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212611000.270.360.3315.4827.1955.29
HexAC7E6E01B2421f1b37
Octal2541761560334441173367
Binary1010110011111101101110011011100100100001111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E6E; }

 p { color: rgb(172,126,110); }

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

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

 a { background-color: rgb(172,126,110); }

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

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

 span { border-color: rgb(172,126,110); }

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