Html Css Color HEX #AC8884 Brandy Rose

📋 copy color: '#AC8884'

red 172 ◦ green 136 ◦ blue 132

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

Shades of Brandy Rose #AC8884

Tints of Brandy Rose #AC8884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30%

R = 39.09%
G = 30.91%
B = 30%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC8884 (or 0xAC8884) is known color: Brandy Rose. HEX triplet: AC, 88 and 84. RGB value is (172,136,132). Sum of RGB (Red+Green+Blue) = 172+136+132=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8884 is #53777B. Grayscale: #929292. Windows color (decimal): -5470076 or 8685740. OLE color: 8685740.

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

Color convert

RGB 172 136 132 -
CMYK 0 0.21 0.23 0.33
HSL 0.19% 0.6% -
HSV(B) 0.23% 0.67% -
XYZ 29.98 28.04 25.66 -
YUV 146.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 172 136 132 0 0.21 0.23 0.33 6 0.19 0.6
Hex AC 88 84 0 15 17 21 6 13 3C
Octal 254 210 204 0 25 27 41 6 23 74
Binary 10101100 10001000 10000100 0 10101 10111 100001 110 10011 111100

Color Harmonies of #AC8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8884

Black with #AC8884

Text Example


Text Example

White with #AC8884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8884; }

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

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

background-color css

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

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

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

border-color css

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

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

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