Html Css Color HEX #AC8170 Brandy Rose

📋 copy color: '#AC8170'

red 172 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #AC8170

Tints of Brandy Rose #AC8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 41.65%
G = 31.23%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC8170 (or 0xAC8170) is known color: Brandy Rose. HEX triplet: AC, 81 and 70. RGB value is (172,129,112). Sum of RGB (Red+Green+Blue) = 172+129+112=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8170 is #537E8F. Grayscale: #8C8C8C. Windows color (decimal): -5471888 or 7373228. OLE color: 7373228.

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

Color convert

RGB 172 129 112 -
CMYK 0 0.25 0.35 0.33
HSL 17º 0.27% 0.56% -
HSV(B) 17º 0.35% 0.67% -
XYZ 27.79 25.64 18.81 -
YUV 139.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 172 129 112 0 0.25 0.35 0.33 17 0.27 0.56
Hex AC 81 70 0 19 23 21 11 1B 38
Octal 254 201 160 0 31 43 41 21 33 70
Binary 10101100 10000001 1110000 0 11001 100011 100001 10001 11011 111000

Color Harmonies of #AC8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8170

Black with #AC8170

Text Example


Text Example

White with #AC8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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