Html Css Color HEX #AC8477 Brandy Rose

📋 copy color: '#AC8477'

red 172 ◦ green 132 ◦ blue 119

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

Shades of Brandy Rose #AC8477

Tints of Brandy Rose #AC8477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.21%

 BLUE value IS 119 (46.88% from 255) = 28.13%

R = 40.66%
G = 31.21%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8477 (or 0xAC8477) is known color: Brandy Rose. HEX triplet: AC, 84 and 77. RGB value is (172,132,119). Sum of RGB (Red+Green+Blue) = 172+132+119=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8477 is #537B88. Grayscale: #8E8E8E. Windows color (decimal): -5471113 or 7832748. OLE color: 7832748.

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

Color convert

RGB 172 132 119 -
CMYK 0 0.23 0.31 0.33
HSL 14.72º 0.24% 0.57% -
HSV(B) 14.72º 0.31% 0.67% -
XYZ 28.59 26.61 21.08 -
YUV 142.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 172 132 119 0 0.23 0.31 0.33 14.72 0.24 0.57
Hex AC 84 77 0 17 1F 21 F 18 39
Octal 254 204 167 0 27 37 41 17 30 71
Binary 10101100 10000100 1110111 0 10111 11111 100001 1111 11000 111001

Color Harmonies of #AC8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8477

Black with #AC8477

Text Example


Text Example

White with #AC8477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8477; }

 p { color: rgb(172,132,119); }

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

background-color css

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

 a { background-color: rgb(172,132,119); }

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

border-color css

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

 span { border-color: rgb(172,132,119); }

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