Html Css Color HEX #AC887B Brandy Rose

📋 copy color: '#AC887B'

red 172 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #AC887B

Tints of Brandy Rose #AC887B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

 BLUE value IS 123 (48.44% from 255) = 28.54%

R = 39.91%
G = 31.55%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC887B (or 0xAC887B) is known color: Brandy Rose. HEX triplet: AC, 88 and 7B. RGB value is (172,136,123). Sum of RGB (Red+Green+Blue) = 172+136+123=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC887B is #537784. Grayscale: #919191. Windows color (decimal): -5470085 or 8095916. OLE color: 8095916.

HSL color Cylindrical-coordinate representation of color #AC887B: hue angle of 15.92º degrees, saturation: 0.23, 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 #AC887B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 123 -
CMYK 0 0.21 0.28 0.33
HSL 15.92º 0.23% 0.58% -
HSV(B) 15.92º 0.28% 0.67% -
XYZ 29.39 27.81 22.56 -
YUV 145.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 172 136 123 0 0.21 0.28 0.33 15.92 0.23 0.58
Hex AC 88 7B 0 15 1C 21 10 17 3A
Octal 254 210 173 0 25 34 41 20 27 72
Binary 10101100 10001000 1111011 0 10101 11100 100001 10000 10111 111010

Color Harmonies of #AC887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC887B

Black with #AC887B

Text Example


Text Example

White with #AC887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC887B; }

 p { color: rgb(172,136,123); }

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

background-color css

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

 a { background-color: rgb(172,136,123); }

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

border-color css

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

 span { border-color: rgb(172,136,123); }

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