Html Css Color HEX #AC8076 Brandy Rose

📋 copy color: '#AC8076'

red 172 ◦ green 128 ◦ blue 118

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

Shades of Brandy Rose #AC8076

Tints of Brandy Rose #AC8076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 41.15%
G = 30.62%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8076 (or 0xAC8076) is known color: Brandy Rose. HEX triplet: AC, 80 and 76. RGB value is (172,128,118). Sum of RGB (Red+Green+Blue) = 172+128+118=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8076 is #537F89. Grayscale: #8C8C8C. Windows color (decimal): -5472138 or 7766188. OLE color: 7766188.

HSL color Cylindrical-coordinate representation of color #AC8076: hue angle of 11.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8076 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 118 -
CMYK 0 0.26 0.31 0.33
HSL 11.11º 0.25% 0.57% -
HSV(B) 11.11º 0.31% 0.67% -
XYZ 28 25.52 20.59 -
YUV 140.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 172 128 118 0 0.26 0.31 0.33 11.11 0.25 0.57
Hex AC 80 76 0 1A 1F 21 B 19 39
Octal 254 200 166 0 32 37 41 13 31 71
Binary 10101100 10000000 1110110 0 11010 11111 100001 1011 11001 111001

Color Harmonies of #AC8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8076

Black with #AC8076

Text Example


Text Example

White with #AC8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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