Html Css Color HEX #AC8680 Brandy Rose

📋 copy color: '#AC8680'

red 172 ◦ green 134 ◦ blue 128

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

Shades of Brandy Rose #AC8680

Tints of Brandy Rose #AC8680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 39.63%
G = 30.88%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC8680 (or 0xAC8680) is known color: Brandy Rose. HEX triplet: AC, 86 and 80. RGB value is (172,134,128). Sum of RGB (Red+Green+Blue) = 172+134+128=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8680 is #53797F. Grayscale: #909090. Windows color (decimal): -5470592 or 8423084. OLE color: 8423084.

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

Color convert

RGB 172 134 128 -
CMYK 0 0.22 0.26 0.33
HSL 8.18º 0.21% 0.59% -
HSV(B) 8.18º 0.26% 0.67% -
XYZ 29.43 27.38 24.16 -
YUV 144.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 172 134 128 0 0.22 0.26 0.33 8.18 0.21 0.59
Hex AC 86 80 0 16 1A 21 8 15 3B
Octal 254 206 200 0 26 32 41 10 25 73
Binary 10101100 10000110 10000000 0 10110 11010 100001 1000 10101 111011

Color Harmonies of #AC8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8680

Black with #AC8680

Text Example


Text Example

White with #AC8680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8680; }

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

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

background-color css

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

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

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

border-color css

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

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

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