Html Css Color HEX #AC8581 Brandy Rose

📋 copy color: '#AC8581'

red 172 ◦ green 133 ◦ blue 129

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

Shades of Brandy Rose #AC8581

Tints of Brandy Rose #AC8581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

 BLUE value IS 129 (50.78% from 255) = 29.72%

R = 39.63%
G = 30.65%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC8581 (or 0xAC8581) is known color: Brandy Rose. HEX triplet: AC, 85 and 81. RGB value is (172,133,129). Sum of RGB (Red+Green+Blue) = 172+133+129=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8581 is #537A7E. Grayscale: #909090. Windows color (decimal): -5470847 or 8488364. OLE color: 8488364.

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

Color convert

RGB 172 133 129 -
CMYK 0 0.23 0.25 0.33
HSL 5.58º 0.21% 0.59% -
HSV(B) 5.58º 0.25% 0.67% -
XYZ 29.36 27.13 24.46 -
YUV 144.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 172 133 129 0 0.23 0.25 0.33 5.58 0.21 0.59
Hex AC 85 81 0 17 19 21 6 15 3B
Octal 254 205 201 0 27 31 41 6 25 73
Binary 10101100 10000101 10000001 0 10111 11001 100001 110 10101 111011

Color Harmonies of #AC8581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8581

Black with #AC8581

Text Example


Text Example

White with #AC8581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8581; }

 p { color: rgb(172,133,129); }

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

background-color css

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

 a { background-color: rgb(172,133,129); }

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

border-color css

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

 span { border-color: rgb(172,133,129); }

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