Html Css Color HEX #AC887E Brandy Rose

📋 copy color: '#AC887E'

red 172 ◦ green 136 ◦ blue 126

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

Shades of Brandy Rose #AC887E

Tints of Brandy Rose #AC887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 39.63%
G = 31.34%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC887E (or 0xAC887E) is known color: Brandy Rose. HEX triplet: AC, 88 and 7E. RGB value is (172,136,126). Sum of RGB (Red+Green+Blue) = 172+136+126=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC887E is #537781. Grayscale: #919191. Windows color (decimal): -5470082 or 8292524. OLE color: 8292524.

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

Color convert

RGB 172 136 126 -
CMYK 0 0.21 0.27 0.33
HSL 13.04º 0.22% 0.58% -
HSV(B) 13.04º 0.27% 0.67% -
XYZ 29.58 27.89 23.56 -
YUV 145.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 172 136 126 0 0.21 0.27 0.33 13.04 0.22 0.58
Hex AC 88 7E 0 15 1B 21 D 16 3A
Octal 254 210 176 0 25 33 41 15 26 72
Binary 10101100 10001000 1111110 0 10101 11011 100001 1101 10110 111010

Color Harmonies of #AC887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC887E

Black with #AC887E

Text Example


Text Example

White with #AC887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC887E; }

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

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

background-color css

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

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

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

border-color css

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

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

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