Html Css Color HEX #AC857E Brandy Rose

📋 copy color: '#AC857E'

red 172 ◦ green 133 ◦ blue 126

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

Shades of Brandy Rose #AC857E

Tints of Brandy Rose #AC857E

RGB

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

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

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

R = 39.91%
G = 30.86%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC857E (or 0xAC857E) is known color: Brandy Rose. HEX triplet: AC, 85 and 7E. RGB value is (172,133,126). Sum of RGB (Red+Green+Blue) = 172+133+126=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC857E is #537A81. Grayscale: #8F8F8F. Windows color (decimal): -5470850 or 8291756. OLE color: 8291756.

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

Color convert

RGB 172 133 126 -
CMYK 0 0.23 0.27 0.33
HSL 9.13º 0.22% 0.58% -
HSV(B) 9.13º 0.27% 0.67% -
XYZ 29.17 27.05 23.42 -
YUV 143.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 172 133 126 0 0.23 0.27 0.33 9.13 0.22 0.58
Hex AC 85 7E 0 17 1B 21 9 16 3A
Octal 254 205 176 0 27 33 41 11 26 72
Binary 10101100 10000101 1111110 0 10111 11011 100001 1001 10110 111010

Color Harmonies of #AC857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC857E

Black with #AC857E

Text Example


Text Example

White with #AC857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC857E; }

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

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

background-color css

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

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

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

border-color css

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

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

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