Html Css Color HEX #AC8376 Brandy Rose

📋 copy color: '#AC8376'

red 172 ◦ green 131 ◦ blue 118

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

Shades of Brandy Rose #AC8376

Tints of Brandy Rose #AC8376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

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

R = 40.86%
G = 31.12%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8376 (or 0xAC8376) is known color: Brandy Rose. HEX triplet: AC, 83 and 76. RGB value is (172,131,118). Sum of RGB (Red+Green+Blue) = 172+131+118=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8376 is #537C89. Grayscale: #8D8D8D. Windows color (decimal): -5471370 or 7766956. OLE color: 7766956.

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

Color convert

RGB 172 131 118 -
CMYK 0 0.24 0.31 0.33
HSL 14.44º 0.25% 0.57% -
HSV(B) 14.44º 0.31% 0.67% -
XYZ 28.4 26.31 20.72 -
YUV 141.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 172 131 118 0 0.24 0.31 0.33 14.44 0.25 0.57
Hex AC 83 76 0 18 1F 21 E 19 39
Octal 254 203 166 0 30 37 41 16 31 71
Binary 10101100 10000011 1110110 0 11000 11111 100001 1110 11001 111001

Color Harmonies of #AC8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8376

Black with #AC8376

Text Example


Text Example

White with #AC8376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8376; }

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

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

background-color css

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

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

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

border-color css

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

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

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