Html Css Color HEX #AC8580 Brandy Rose

📋 copy color: '#AC8580'

red 172 ◦ green 133 ◦ blue 128

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

Shades of Brandy Rose #AC8580

Tints of Brandy Rose #AC8580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

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

R = 39.72%
G = 30.72%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC8580 (or 0xAC8580) is known color: Brandy Rose. HEX triplet: AC, 85 and 80. RGB value is (172,133,128). Sum of RGB (Red+Green+Blue) = 172+133+128=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8580 is #537A7F. Grayscale: #909090. Windows color (decimal): -5470848 or 8422828. OLE color: 8422828.

HSL color Cylindrical-coordinate representation of color #AC8580: hue angle of 6.82º 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 #AC8580 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 133 128 -
CMYK 0 0.23 0.26 0.33
HSL 6.82º 0.21% 0.59% -
HSV(B) 6.82º 0.26% 0.67% -
XYZ 29.3 27.1 24.11 -
YUV 144.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 172 133 128 0 0.23 0.26 0.33 6.82 0.21 0.59
Hex AC 85 80 0 17 1A 21 7 15 3B
Octal 254 205 200 0 27 32 41 7 25 73
Binary 10101100 10000101 10000000 0 10111 11010 100001 111 10101 111011

Color Harmonies of #AC8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8580

Black with #AC8580

Text Example


Text Example

White with #AC8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8580; }

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

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

background-color css

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

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

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

border-color css

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

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

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