Html Css Color HEX #AC8676 Brandy Rose

📋 copy color: '#AC8676'

red 172 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #AC8676

Tints of Brandy Rose #AC8676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

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

R = 40.57%
G = 31.6%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8676 (or 0xAC8676) is known color: Brandy Rose. HEX triplet: AC, 86 and 76. RGB value is (172,134,118). Sum of RGB (Red+Green+Blue) = 172+134+118=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8676 is #537989. Grayscale: #8F8F8F. Windows color (decimal): -5470602 or 7767724. OLE color: 7767724.

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

Color convert

RGB 172 134 118 -
CMYK 0 0.22 0.31 0.33
HSL 17.78º 0.25% 0.57% -
HSV(B) 17.78º 0.31% 0.67% -
XYZ 28.81 27.13 20.86 -
YUV 143.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 172 134 118 0 0.22 0.31 0.33 17.78 0.25 0.57
Hex AC 86 76 0 16 1F 21 12 19 39
Octal 254 206 166 0 26 37 41 22 31 71
Binary 10101100 10000110 1110110 0 10110 11111 100001 10010 11001 111001

Color Harmonies of #AC8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8676

Black with #AC8676

Text Example


Text Example

White with #AC8676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8676; }

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

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

background-color css

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

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

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

border-color css

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

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

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