Html Css Color HEX #AC8979 Brandy Rose

📋 copy color: '#AC8979'

red 172 ◦ green 137 ◦ blue 121

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

Shades of Brandy Rose #AC8979

Tints of Brandy Rose #AC8979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 40%
G = 31.86%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC8979 (or 0xAC8979) is known color: Brandy Rose. HEX triplet: AC, 89 and 79. RGB value is (172,137,121). Sum of RGB (Red+Green+Blue) = 172+137+121=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8979 is #537686. Grayscale: #919191. Windows color (decimal): -5469831 or 7965100. OLE color: 7965100.

HSL color Cylindrical-coordinate representation of color #AC8979: hue angle of 18.82º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8979 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 137 121 -
CMYK 0 0.20 0.30 0.33
HSL 18.82º 0.24% 0.57% -
HSV(B) 18.82º 0.3% 0.67% -
XYZ 29.41 28.04 21.95 -
YUV 145.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 172 137 121 0 0.20 0.30 0.33 18.82 0.24 0.57
Hex AC 89 79 0 14 1E 21 13 18 39
Octal 254 211 171 0 24 36 41 23 30 71
Binary 10101100 10001001 1111001 0 10100 11110 100001 10011 11000 111001

Color Harmonies of #AC8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8979

Black with #AC8979

Text Example


Text Example

White with #AC8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8979; }

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

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

background-color css

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

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

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

border-color css

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

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

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