Html Css Color HEX #AC887D Brandy Rose

📋 copy color: '#AC887D'

red 172 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #AC887D

Tints of Brandy Rose #AC887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 39.72%
G = 31.41%
B = 28.87%

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

#AC887D (or 0xAC887D) is known color: Brandy Rose. HEX triplet: AC, 88 and 7D. RGB value is (172,136,125). Sum of RGB (Red+Green+Blue) = 172+136+125=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC887D is #537782. Grayscale: #919191. Windows color (decimal): -5470083 or 8226988. OLE color: 8226988.

HSL color Cylindrical-coordinate representation of color #AC887D: hue angle of 14.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 #AC887D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 125 -
CMYK 0 0.21 0.27 0.33
HSL 14.04º 0.22% 0.58% -
HSV(B) 14.04º 0.27% 0.67% -
XYZ 29.52 27.86 23.22 -
YUV 145.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 172 136 125 0 0.21 0.27 0.33 14.04 0.22 0.58
Hex AC 88 7D 0 15 1B 21 E 16 3A
Octal 254 210 175 0 25 33 41 16 26 72
Binary 10101100 10001000 1111101 0 10101 11011 100001 1110 10110 111010

Color Harmonies of #AC887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC887D

Black with #AC887D

Text Example


Text Example

White with #AC887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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