#AC7B7A

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

Shades of Brandy Rose #AC7B7A

Tints of Brandy Rose #AC7B7A

Color information

#AC7B7A (or 0xAC7B7A) is unknown color: approx Brandy Rose. HEX triplet: AC, 7B and 7A. RGB value is (172,123,122). Sum of RGB (Red+Green+Blue) = 172+123+122=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B7A is #538485. Grayscale: #898989. Windows color (decimal): -5473414 or 8027052. OLE color: 8027052.

HSL color Cylindrical-coordinate representation of color #AC7B7A: hue angle of 1.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7B7A is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB172123122-
CMYK00.280.290.33
HSL1.2º23.15%57.65%-
HSV(B)1.2º29.07%67.45%-
XYZ27.6124.3421.66-
YUV137.54119.23152.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=41.25%
G=29.50%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212312200.280.290.331.223.1557.65
HexAC7B7A01C1D211173a
Octal254173172034354112772
Binary101011001111011111101001110011101100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B7A; }

 p { color: rgb(172,123,122); }

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

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

 a { background-color: rgb(172,123,122); }

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

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

 span { border-color: rgb(172,123,122); }

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