Html Css Color HEX #AC8178 Brandy Rose

📋 copy color: '#AC8178'

red 172 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #AC8178

Tints of Brandy Rose #AC8178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.5%

R = 40.86%
G = 30.64%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC8178 (or 0xAC8178) is known color: Brandy Rose. HEX triplet: AC, 81 and 78. RGB value is (172,129,120). Sum of RGB (Red+Green+Blue) = 172+129+120=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8178 is #537E87. Grayscale: #8C8C8C. Windows color (decimal): -5471880 or 7897516. OLE color: 7897516.

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

Color convert

RGB 172 129 120 -
CMYK 0 0.25 0.30 0.33
HSL 10.38º 0.24% 0.57% -
HSV(B) 10.38º 0.3% 0.67% -
XYZ 28.25 25.83 21.27 -
YUV 140.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 172 129 120 0 0.25 0.30 0.33 10.38 0.24 0.57
Hex AC 81 78 0 19 1E 21 A 18 39
Octal 254 201 170 0 31 36 41 12 30 71
Binary 10101100 10000001 1111000 0 11001 11110 100001 1010 11000 111001

Color Harmonies of #AC8178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8178

Black with #AC8178

Text Example


Text Example

White with #AC8178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8178; }

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

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

background-color css

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

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

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

border-color css

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

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

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