Html Css Color HEX #AC8682 Brandy Rose

📋 copy color: '#AC8682'

red 172 ◦ green 134 ◦ blue 130

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

Shades of Brandy Rose #AC8682

Tints of Brandy Rose #AC8682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 39.45%
G = 30.73%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC8682 (or 0xAC8682) is known color: Brandy Rose. HEX triplet: AC, 86 and 82. RGB value is (172,134,130). Sum of RGB (Red+Green+Blue) = 172+134+130=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8682 is #53797D. Grayscale: #909090. Windows color (decimal): -5470590 or 8554156. OLE color: 8554156.

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

Color convert

RGB 172 134 130 -
CMYK 0 0.22 0.24 0.33
HSL 5.71º 0.2% 0.59% -
HSV(B) 5.71º 0.24% 0.67% -
XYZ 29.57 27.43 24.86 -
YUV 144.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 172 134 130 0 0.22 0.24 0.33 5.71 0.2 0.59
Hex AC 86 82 0 16 18 21 6 14 3B
Octal 254 206 202 0 26 30 41 6 24 73
Binary 10101100 10000110 10000010 0 10110 11000 100001 110 10100 111011

Color Harmonies of #AC8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8682

Black with #AC8682

Text Example


Text Example

White with #AC8682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8682; }

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

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

background-color css

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

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

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

border-color css

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

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

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