Html Css Color HEX #AC8677 Brandy Rose

📋 copy color: '#AC8677'

red 172 ◦ green 134 ◦ blue 119

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

Shades of Brandy Rose #AC8677

Tints of Brandy Rose #AC8677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28%

R = 40.47%
G = 31.53%
B = 28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8677 (or 0xAC8677) is known color: Brandy Rose. HEX triplet: AC, 86 and 77. RGB value is (172,134,119). Sum of RGB (Red+Green+Blue) = 172+134+119=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8677 is #537988. Grayscale: #8F8F8F. Windows color (decimal): -5470601 or 7833260. OLE color: 7833260.

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

Color convert

RGB 172 134 119 -
CMYK 0 0.22 0.31 0.33
HSL 16.98º 0.24% 0.57% -
HSV(B) 16.98º 0.31% 0.67% -
XYZ 28.87 27.15 21.17 -
YUV 143.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 172 134 119 0 0.22 0.31 0.33 16.98 0.24 0.57
Hex AC 86 77 0 16 1F 21 11 18 39
Octal 254 206 167 0 26 37 41 21 30 71
Binary 10101100 10000110 1110111 0 10110 11111 100001 10001 11000 111001

Color Harmonies of #AC8677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8677

Black with #AC8677

Text Example


Text Example

White with #AC8677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8677; }

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

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

background-color css

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

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

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

border-color css

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

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

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