Html Css Color HEX #AC8177 Brandy Rose

📋 copy color: '#AC8177'

red 172 ◦ green 129 ◦ blue 119

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

Shades of Brandy Rose #AC8177

Tints of Brandy Rose #AC8177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

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

R = 40.95%
G = 30.71%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8177 (or 0xAC8177) is known color: Brandy Rose. HEX triplet: AC, 81 and 77. RGB value is (172,129,119). Sum of RGB (Red+Green+Blue) = 172+129+119=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8177 is #537E88. Grayscale: #8C8C8C. Windows color (decimal): -5471881 or 7831980. OLE color: 7831980.

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

Color convert

RGB 172 129 119 -
CMYK 0 0.25 0.31 0.33
HSL 11.32º 0.24% 0.57% -
HSV(B) 11.32º 0.31% 0.67% -
XYZ 28.19 25.8 20.95 -
YUV 140.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 172 129 119 0 0.25 0.31 0.33 11.32 0.24 0.57
Hex AC 81 77 0 19 1F 21 B 18 39
Octal 254 201 167 0 31 37 41 13 30 71
Binary 10101100 10000001 1110111 0 11001 11111 100001 1011 11000 111001

Color Harmonies of #AC8177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8177

Black with #AC8177

Text Example


Text Example

White with #AC8177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8177; }

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

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

background-color css

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

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

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

border-color css

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

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

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