Html Css Color HEX #AC8079 Brandy Rose

📋 copy color: '#AC8079'

red 172 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #AC8079

Tints of Brandy Rose #AC8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

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

R = 40.86%
G = 30.4%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC8079 (or 0xAC8079) is known color: Brandy Rose. HEX triplet: AC, 80 and 79. RGB value is (172,128,121). Sum of RGB (Red+Green+Blue) = 172+128+121=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8079 is #537F86. Grayscale: #8C8C8C. Windows color (decimal): -5472135 or 7962796. OLE color: 7962796.

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

Color convert

RGB 172 128 121 -
CMYK 0 0.26 0.30 0.33
HSL 8.24º 0.24% 0.57% -
HSV(B) 8.24º 0.3% 0.67% -
XYZ 28.18 25.59 21.54 -
YUV 140.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 172 128 121 0 0.26 0.30 0.33 8.24 0.24 0.57
Hex AC 80 79 0 1A 1E 21 8 18 39
Octal 254 200 171 0 32 36 41 10 30 71
Binary 10101100 10000000 1111001 0 11010 11110 100001 1000 11000 111001

Color Harmonies of #AC8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8079

Black with #AC8079

Text Example


Text Example

White with #AC8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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