Html Css Color HEX #AC8A81 Brandy Rose

📋 copy color: '#AC8A81'

red 172 ◦ green 138 ◦ blue 129

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

Shades of Brandy Rose #AC8A81

Tints of Brandy Rose #AC8A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.44%

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

R = 39.18%
G = 31.44%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC8A81 (or 0xAC8A81) is known color: Brandy Rose. HEX triplet: AC, 8A and 81. RGB value is (172,138,129). Sum of RGB (Red+Green+Blue) = 172+138+129=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A81 is #53757E. Grayscale: #939393. Windows color (decimal): -5469567 or 8489644. OLE color: 8489644.

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

Color convert

RGB 172 138 129 -
CMYK 0 0.20 0.25 0.33
HSL 12.56º 0.21% 0.59% -
HSV(B) 12.56º 0.25% 0.67% -
XYZ 30.06 28.53 24.69 -
YUV 147.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 172 138 129 0 0.20 0.25 0.33 12.56 0.21 0.59
Hex AC 8A 81 0 14 19 21 D 15 3B
Octal 254 212 201 0 24 31 41 15 25 73
Binary 10101100 10001010 10000001 0 10100 11001 100001 1101 10101 111011

Color Harmonies of #AC8A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A81

Black with #AC8A81

Text Example


Text Example

White with #AC8A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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