Html Css Color HEX #AC857A Brandy Rose

📋 copy color: '#AC857A'

red 172 ◦ green 133 ◦ blue 122

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

Shades of Brandy Rose #AC857A

Tints of Brandy Rose #AC857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 40.28%
G = 31.15%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC857A (or 0xAC857A) is known color: Brandy Rose. HEX triplet: AC, 85 and 7A. RGB value is (172,133,122). Sum of RGB (Red+Green+Blue) = 172+133+122=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC857A is #537A85. Grayscale: #8F8F8F. Windows color (decimal): -5470854 or 8029612. OLE color: 8029612.

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

Color convert

RGB 172 133 122 -
CMYK 0 0.23 0.29 0.33
HSL 13.2º 0.23% 0.58% -
HSV(B) 13.2º 0.29% 0.67% -
XYZ 28.91 26.95 22.09 -
YUV 143.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 172 133 122 0 0.23 0.29 0.33 13.2 0.23 0.58
Hex AC 85 7A 0 17 1D 21 D 17 3A
Octal 254 205 172 0 27 35 41 15 27 72
Binary 10101100 10000101 1111010 0 10111 11101 100001 1101 10111 111010

Color Harmonies of #AC857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC857A

Black with #AC857A

Text Example


Text Example

White with #AC857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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