Html Css Color HEX #AC8785 Brandy Rose

📋 copy color: '#AC8785'

red 172 ◦ green 135 ◦ blue 133

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

Shades of Brandy Rose #AC8785

Tints of Brandy Rose #AC8785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.68%

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 39.09%
G = 30.68%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC8785 (or 0xAC8785) is known color: Brandy Rose. HEX triplet: AC, 87 and 85. RGB value is (172,135,133). Sum of RGB (Red+Green+Blue) = 172+135+133=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8785 is #53787A. Grayscale: #919191. Windows color (decimal): -5470331 or 8751020. OLE color: 8751020.

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

Color convert

RGB 172 135 133 -
CMYK 0 0.22 0.23 0.33
HSL 3.08º 0.19% 0.6% -
HSV(B) 3.08º 0.23% 0.67% -
XYZ 29.91 27.79 25.98 -
YUV 145.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 172 135 133 0 0.22 0.23 0.33 3.08 0.19 0.6
Hex AC 87 85 0 16 17 21 3 13 3C
Octal 254 207 205 0 26 27 41 3 23 74
Binary 10101100 10000111 10000101 0 10110 10111 100001 11 10011 111100

Color Harmonies of #AC8785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8785

Black with #AC8785

Text Example


Text Example

White with #AC8785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8785; }

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

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

background-color css

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

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

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

border-color css

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

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

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