Html Css Color HEX #AC847E Brandy Rose

📋 copy color: '#AC847E'

red 172 ◦ green 132 ◦ blue 126

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

Shades of Brandy Rose #AC847E

Tints of Brandy Rose #AC847E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 40%
G = 30.7%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC847E (or 0xAC847E) is known color: Brandy Rose. HEX triplet: AC, 84 and 7E. RGB value is (172,132,126). Sum of RGB (Red+Green+Blue) = 172+132+126=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC847E is #537B81. Grayscale: #8F8F8F. Windows color (decimal): -5471106 or 8291500. OLE color: 8291500.

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

Color convert

RGB 172 132 126 -
CMYK 0 0.23 0.27 0.33
HSL 7.83º 0.22% 0.58% -
HSV(B) 7.83º 0.27% 0.67% -
XYZ 29.03 26.78 23.38 -
YUV 143.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 172 132 126 0 0.23 0.27 0.33 7.83 0.22 0.58
Hex AC 84 7E 0 17 1B 21 8 16 3A
Octal 254 204 176 0 27 33 41 10 26 72
Binary 10101100 10000100 1111110 0 10111 11011 100001 1000 10110 111010

Color Harmonies of #AC847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC847E

Black with #AC847E

Text Example


Text Example

White with #AC847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC847E; }

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

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

background-color css

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

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

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

border-color css

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

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

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