Html Css Color HEX #AC897D Brandy Rose

📋 copy color: '#AC897D'

red 172 ◦ green 137 ◦ blue 125

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

Shades of Brandy Rose #AC897D

Tints of Brandy Rose #AC897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 39.63%
G = 31.57%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC897D (or 0xAC897D) is known color: Brandy Rose. HEX triplet: AC, 89 and 7D. RGB value is (172,137,125). Sum of RGB (Red+Green+Blue) = 172+137+125=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC897D is #537682. Grayscale: #929292. Windows color (decimal): -5469827 or 8227244. OLE color: 8227244.

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

Color convert

RGB 172 137 125 -
CMYK 0 0.20 0.27 0.33
HSL 15.32º 0.22% 0.58% -
HSV(B) 15.32º 0.27% 0.67% -
XYZ 29.66 28.14 23.27 -
YUV 146.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 172 137 125 0 0.20 0.27 0.33 15.32 0.22 0.58
Hex AC 89 7D 0 14 1B 21 F 16 3A
Octal 254 211 175 0 24 33 41 17 26 72
Binary 10101100 10001001 1111101 0 10100 11011 100001 1111 10110 111010

Color Harmonies of #AC897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC897D

Black with #AC897D

Text Example


Text Example

White with #AC897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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