Html Css Color HEX #AC8482 Brandy Rose

📋 copy color: '#AC8482'

red 172 ◦ green 132 ◦ blue 130

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

Shades of Brandy Rose #AC8482

Tints of Brandy Rose #AC8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 39.63%
G = 30.41%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC8482 (or 0xAC8482) is known color: Brandy Rose. HEX triplet: AC, 84 and 82. RGB value is (172,132,130). Sum of RGB (Red+Green+Blue) = 172+132+130=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8482 is #537B7D. Grayscale: #8F8F8F. Windows color (decimal): -5471102 or 8553644. OLE color: 8553644.

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

Color convert

RGB 172 132 130 -
CMYK 0 0.23 0.24 0.33
HSL 2.86º 0.2% 0.59% -
HSV(B) 2.86º 0.24% 0.67% -
XYZ 29.29 26.88 24.76 -
YUV 143.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 172 132 130 0 0.23 0.24 0.33 2.86 0.2 0.59
Hex AC 84 82 0 17 18 21 3 14 3B
Octal 254 204 202 0 27 30 41 3 24 73
Binary 10101100 10000100 10000010 0 10111 11000 100001 11 10100 111011

Color Harmonies of #AC8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8482

Black with #AC8482

Text Example


Text Example

White with #AC8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8482; }

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

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

background-color css

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

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

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

border-color css

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

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

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