Html Css Color HEX #AC8880 Brandy Rose

📋 copy color: '#AC8880'

red 172 ◦ green 136 ◦ blue 128

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

Shades of Brandy Rose #AC8880

Tints of Brandy Rose #AC8880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 39.45%
G = 31.19%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC8880 (or 0xAC8880) is known color: Brandy Rose. HEX triplet: AC, 88 and 80. RGB value is (172,136,128). Sum of RGB (Red+Green+Blue) = 172+136+128=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8880 is #53777F. Grayscale: #919191. Windows color (decimal): -5470080 or 8423596. OLE color: 8423596.

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

Color convert

RGB 172 136 128 -
CMYK 0 0.21 0.26 0.33
HSL 10.91º 0.21% 0.59% -
HSV(B) 10.91º 0.26% 0.67% -
XYZ 29.71 27.94 24.25 -
YUV 145.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 172 136 128 0 0.21 0.26 0.33 10.91 0.21 0.59
Hex AC 88 80 0 15 1A 21 B 15 3B
Octal 254 210 200 0 25 32 41 13 25 73
Binary 10101100 10001000 10000000 0 10101 11010 100001 1011 10101 111011

Color Harmonies of #AC8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8880

Black with #AC8880

Text Example


Text Example

White with #AC8880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8880; }

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

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

background-color css

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

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

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

border-color css

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

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

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