Html Css Color HEX #AC897B Brandy Rose

📋 copy color: '#AC897B'

red 172 ◦ green 137 ◦ blue 123

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

Shades of Brandy Rose #AC897B

Tints of Brandy Rose #AC897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.71%

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 39.81%
G = 31.71%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC897B (or 0xAC897B) is known color: Brandy Rose. HEX triplet: AC, 89 and 7B. RGB value is (172,137,123). Sum of RGB (Red+Green+Blue) = 172+137+123=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC897B is #537684. Grayscale: #919191. Windows color (decimal): -5469829 or 8096172. OLE color: 8096172.

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

Color convert

RGB 172 137 123 -
CMYK 0 0.20 0.28 0.33
HSL 17.14º 0.23% 0.58% -
HSV(B) 17.14º 0.28% 0.67% -
XYZ 29.53 28.09 22.6 -
YUV 145.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 172 137 123 0 0.20 0.28 0.33 17.14 0.23 0.58
Hex AC 89 7B 0 14 1C 21 11 17 3A
Octal 254 211 173 0 24 34 41 21 27 72
Binary 10101100 10001001 1111011 0 10100 11100 100001 10001 10111 111010

Color Harmonies of #AC897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC897B

Black with #AC897B

Text Example


Text Example

White with #AC897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC897B; }

 p { color: rgb(172,137,123); }

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

background-color css

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

 a { background-color: rgb(172,137,123); }

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

border-color css

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

 span { border-color: rgb(172,137,123); }

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