Html Css Color HEX #AC8D82 Brandy Rose

📋 copy color: '#AC8D82'

red 172 ◦ green 141 ◦ blue 130

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

Shades of Brandy Rose #AC8D82

Tints of Brandy Rose #AC8D82

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

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

R = 38.83%
G = 31.83%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC8D82 (or 0xAC8D82) is known color: Brandy Rose. HEX triplet: AC, 8D and 82. RGB value is (172,141,130). Sum of RGB (Red+Green+Blue) = 172+141+130=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D82 is #53727D. Grayscale: #959595. Windows color (decimal): -5468798 or 8555948. OLE color: 8555948.

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

Color convert

RGB 172 141 130 -
CMYK 0 0.18 0.24 0.33
HSL 15.71º 0.2% 0.59% -
HSV(B) 15.71º 0.24% 0.67% -
XYZ 30.57 29.43 25.19 -
YUV 149.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 172 141 130 0 0.18 0.24 0.33 15.71 0.2 0.59
Hex AC 8D 82 0 12 18 21 10 14 3B
Octal 254 215 202 0 22 30 41 20 24 73
Binary 10101100 10001101 10000010 0 10010 11000 100001 10000 10100 111011

Color Harmonies of #AC8D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D82

Black with #AC8D82

Text Example


Text Example

White with #AC8D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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