Html Css Color HEX #AC8A7C Brandy Rose

📋 copy color: '#AC8A7C'

red 172 ◦ green 138 ◦ blue 124

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

Shades of Brandy Rose #AC8A7C

Tints of Brandy Rose #AC8A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.8%

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 39.63%
G = 31.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC8A7C (or 0xAC8A7C) is known color: Brandy Rose. HEX triplet: AC, 8A and 7C. RGB value is (172,138,124). Sum of RGB (Red+Green+Blue) = 172+138+124=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A7C is #537583. Grayscale: #929292. Windows color (decimal): -5469572 or 8161964. OLE color: 8161964.

HSL color Cylindrical-coordinate representation of color #AC8A7C: hue angle of 17.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC8A7C is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 138 124 -
CMYK 0 0.20 0.28 0.33
HSL 17.5º 0.22% 0.58% -
HSV(B) 17.5º 0.28% 0.67% -
XYZ 29.74 28.4 22.98 -
YUV 146.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 172 138 124 0 0.20 0.28 0.33 17.5 0.22 0.58
Hex AC 8A 7C 0 14 1C 21 12 16 3A
Octal 254 212 174 0 24 34 41 22 26 72
Binary 10101100 10001010 1111100 0 10100 11100 100001 10010 10110 111010

Color Harmonies of #AC8A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A7C

Black with #AC8A7C

Text Example


Text Example

White with #AC8A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A7C; }

 p { color: rgb(172,138,124); }

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

background-color css

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

 a { background-color: rgb(172,138,124); }

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

border-color css

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

 span { border-color: rgb(172,138,124); }

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