Html Css Color HEX #AC8877 Brandy Rose

📋 copy color: '#AC8877'

red 172 ◦ green 136 ◦ blue 119

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

Shades of Brandy Rose #AC8877

Tints of Brandy Rose #AC8877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.87%

R = 40.28%
G = 31.85%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8877 (or 0xAC8877) is known color: Brandy Rose. HEX triplet: AC, 88 and 77. RGB value is (172,136,119). Sum of RGB (Red+Green+Blue) = 172+136+119=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8877 is #537788. Grayscale: #909090. Windows color (decimal): -5470089 or 7833772. OLE color: 7833772.

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

Color convert

RGB 172 136 119 -
CMYK 0 0.21 0.31 0.33
HSL 19.25º 0.24% 0.57% -
HSV(B) 19.25º 0.31% 0.67% -
XYZ 29.15 27.71 21.27 -
YUV 144.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 172 136 119 0 0.21 0.31 0.33 19.25 0.24 0.57
Hex AC 88 77 0 15 1F 21 13 18 39
Octal 254 210 167 0 25 37 41 23 30 71
Binary 10101100 10001000 1110111 0 10101 11111 100001 10011 11000 111001

Color Harmonies of #AC8877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8877

Black with #AC8877

Text Example


Text Example

White with #AC8877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8877; }

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

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

background-color css

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

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

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

border-color css

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

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

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