Html Css Color HEX #AC887A Brandy Rose

📋 copy color: '#AC887A'

red 172 ◦ green 136 ◦ blue 122

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

Shades of Brandy Rose #AC887A

Tints of Brandy Rose #AC887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 40%
G = 31.63%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC887A (or 0xAC887A) is known color: Brandy Rose. HEX triplet: AC, 88 and 7A. RGB value is (172,136,122). Sum of RGB (Red+Green+Blue) = 172+136+122=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC887A is #537785. Grayscale: #919191. Windows color (decimal): -5470086 or 8030380. OLE color: 8030380.

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

Color convert

RGB 172 136 122 -
CMYK 0 0.21 0.29 0.33
HSL 16.8º 0.23% 0.58% -
HSV(B) 16.8º 0.29% 0.67% -
XYZ 29.33 27.78 22.23 -
YUV 145.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 172 136 122 0 0.21 0.29 0.33 16.8 0.23 0.58
Hex AC 88 7A 0 15 1D 21 11 17 3A
Octal 254 210 172 0 25 35 41 21 27 72
Binary 10101100 10001000 1111010 0 10101 11101 100001 10001 10111 111010

Color Harmonies of #AC887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC887A

Black with #AC887A

Text Example


Text Example

White with #AC887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC887A; }

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

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

background-color css

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

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

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

border-color css

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

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

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