Html Css Color HEX #AC897F Brandy Rose

📋 copy color: '#AC897F'

red 172 ◦ green 137 ◦ blue 127

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

Shades of Brandy Rose #AC897F

Tints of Brandy Rose #AC897F

RGB

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

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

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

R = 39.45%
G = 31.42%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC897F (or 0xAC897F) is known color: Brandy Rose. HEX triplet: AC, 89 and 7F. RGB value is (172,137,127). Sum of RGB (Red+Green+Blue) = 172+137+127=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC897F is #537680. Grayscale: #929292. Windows color (decimal): -5469825 or 8358316. OLE color: 8358316.

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

Color convert

RGB 172 137 127 -
CMYK 0 0.20 0.26 0.33
HSL 13.33º 0.21% 0.59% -
HSV(B) 13.33º 0.26% 0.67% -
XYZ 29.79 28.19 23.95 -
YUV 146.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 172 137 127 0 0.20 0.26 0.33 13.33 0.21 0.59
Hex AC 89 7F 0 14 1A 21 D 15 3B
Octal 254 211 177 0 24 32 41 15 25 73
Binary 10101100 10001001 1111111 0 10100 11010 100001 1101 10101 111011

Color Harmonies of #AC897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC897F

Black with #AC897F

Text Example


Text Example

White with #AC897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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