Html Css Color HEX #AC857F Brandy Rose

📋 copy color: '#AC857F'

red 172 ◦ green 133 ◦ blue 127

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

Shades of Brandy Rose #AC857F

Tints of Brandy Rose #AC857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

 BLUE value IS 127 (50% from 255) = 29.4%

R = 39.81%
G = 30.79%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC857F (or 0xAC857F) is known color: Brandy Rose. HEX triplet: AC, 85 and 7F. RGB value is (172,133,127). Sum of RGB (Red+Green+Blue) = 172+133+127=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC857F is #537A80. Grayscale: #909090. Windows color (decimal): -5470849 or 8357292. OLE color: 8357292.

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

Color convert

RGB 172 133 127 -
CMYK 0 0.23 0.26 0.33
HSL 0.21% 0.59% -
HSV(B) 0.26% 0.67% -
XYZ 29.23 27.08 23.76 -
YUV 143.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 172 133 127 0 0.23 0.26 0.33 8 0.21 0.59
Hex AC 85 7F 0 17 1A 21 8 15 3B
Octal 254 205 177 0 27 32 41 10 25 73
Binary 10101100 10000101 1111111 0 10111 11010 100001 1000 10101 111011

Color Harmonies of #AC857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC857F

Black with #AC857F

Text Example


Text Example

White with #AC857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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