Html Css Color HEX #AC8879 Brandy Rose

📋 copy color: '#AC8879'

red 172 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #AC8879

Tints of Brandy Rose #AC8879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

 BLUE value IS 121 (47.66% from 255) = 28.21%

R = 40.09%
G = 31.7%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC8879 (or 0xAC8879) is known color: Brandy Rose. HEX triplet: AC, 88 and 79. RGB value is (172,136,121). Sum of RGB (Red+Green+Blue) = 172+136+121=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8879 is #537786. Grayscale: #919191. Windows color (decimal): -5470087 or 7964844. OLE color: 7964844.

HSL color Cylindrical-coordinate representation of color #AC8879: hue angle of 17.65º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8879 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 121 -
CMYK 0 0.21 0.30 0.33
HSL 17.65º 0.24% 0.57% -
HSV(B) 17.65º 0.3% 0.67% -
XYZ 29.27 27.76 21.9 -
YUV 145.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 172 136 121 0 0.21 0.30 0.33 17.65 0.24 0.57
Hex AC 88 79 0 15 1E 21 12 18 39
Octal 254 210 171 0 25 36 41 22 30 71
Binary 10101100 10001000 1111001 0 10101 11110 100001 10010 11000 111001

Color Harmonies of #AC8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8879

Black with #AC8879

Text Example


Text Example

White with #AC8879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8879; }

 p { color: rgb(172,136,121); }

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

background-color css

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

 a { background-color: rgb(172,136,121); }

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

border-color css

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

 span { border-color: rgb(172,136,121); }

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