Html Css Color HEX #AC8781 Brandy Rose

📋 copy color: '#AC8781'

red 172 ◦ green 135 ◦ blue 129

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

Shades of Brandy Rose #AC8781

Tints of Brandy Rose #AC8781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

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

R = 39.45%
G = 30.96%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC8781 (or 0xAC8781) is known color: Brandy Rose. HEX triplet: AC, 87 and 81. RGB value is (172,135,129). Sum of RGB (Red+Green+Blue) = 172+135+129=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8781 is #53787E. Grayscale: #919191. Windows color (decimal): -5470335 or 8488876. OLE color: 8488876.

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

Color convert

RGB 172 135 129 -
CMYK 0 0.22 0.25 0.33
HSL 8.37º 0.21% 0.59% -
HSV(B) 8.37º 0.25% 0.67% -
XYZ 29.64 27.68 24.55 -
YUV 145.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 172 135 129 0 0.22 0.25 0.33 8.37 0.21 0.59
Hex AC 87 81 0 16 19 21 8 15 3B
Octal 254 207 201 0 26 31 41 10 25 73
Binary 10101100 10000111 10000001 0 10110 11001 100001 1000 10101 111011

Color Harmonies of #AC8781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8781

Black with #AC8781

Text Example


Text Example

White with #AC8781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8781; }

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

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

background-color css

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

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

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

border-color css

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

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

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