Html Css Color HEX #AC897A Brandy Rose

📋 copy color: '#AC897A'

red 172 ◦ green 137 ◦ blue 122

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

Shades of Brandy Rose #AC897A

Tints of Brandy Rose #AC897A

RGB

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

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

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

R = 39.91%
G = 31.79%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC897A (or 0xAC897A) is known color: Brandy Rose. HEX triplet: AC, 89 and 7A. RGB value is (172,137,122). Sum of RGB (Red+Green+Blue) = 172+137+122=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC897A is #537685. Grayscale: #919191. Windows color (decimal): -5469830 or 8030636. OLE color: 8030636.

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

Color convert

RGB 172 137 122 -
CMYK 0 0.20 0.29 0.33
HSL 18º 0.23% 0.58% -
HSV(B) 18º 0.29% 0.67% -
XYZ 29.47 28.07 22.28 -
YUV 145.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 172 137 122 0 0.20 0.29 0.33 18 0.23 0.58
Hex AC 89 7A 0 14 1D 21 12 17 3A
Octal 254 211 172 0 24 35 41 22 27 72
Binary 10101100 10001001 1111010 0 10100 11101 100001 10010 10111 111010

Color Harmonies of #AC897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC897A

Black with #AC897A

Text Example


Text Example

White with #AC897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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