Html Css Color HEX #AC867E Brandy Rose

📋 copy color: '#AC867E'

red 172 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #AC867E

Tints of Brandy Rose #AC867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.02%

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

R = 39.81%
G = 31.02%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC867E (or 0xAC867E) is known color: Brandy Rose. HEX triplet: AC, 86 and 7E. RGB value is (172,134,126). Sum of RGB (Red+Green+Blue) = 172+134+126=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC867E is #537981. Grayscale: #909090. Windows color (decimal): -5470594 or 8292012. OLE color: 8292012.

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

Color convert

RGB 172 134 126 -
CMYK 0 0.22 0.27 0.33
HSL 10.43º 0.22% 0.58% -
HSV(B) 10.43º 0.27% 0.67% -
XYZ 29.3 27.33 23.47 -
YUV 144.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 172 134 126 0 0.22 0.27 0.33 10.43 0.22 0.58
Hex AC 86 7E 0 16 1B 21 A 16 3A
Octal 254 206 176 0 26 33 41 12 26 72
Binary 10101100 10000110 1111110 0 10110 11011 100001 1010 10110 111010

Color Harmonies of #AC867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC867E

Black with #AC867E

Text Example


Text Example

White with #AC867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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