Html Css Color HEX #AC8371 Brandy Rose

📋 copy color: '#AC8371'

red 172 ◦ green 131 ◦ blue 113

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

Shades of Brandy Rose #AC8371

Tints of Brandy Rose #AC8371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.49%

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 41.35%
G = 31.49%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC8371 (or 0xAC8371) is known color: Brandy Rose. HEX triplet: AC, 83 and 71. RGB value is (172,131,113). Sum of RGB (Red+Green+Blue) = 172+131+113=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8371 is #537C8E. Grayscale: #8D8D8D. Windows color (decimal): -5471375 or 7439276. OLE color: 7439276.

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

Color convert

RGB 172 131 113 -
CMYK 0 0.24 0.34 0.33
HSL 18.31º 0.26% 0.56% -
HSV(B) 18.31º 0.34% 0.67% -
XYZ 28.11 26.2 19.2 -
YUV 141.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 172 131 113 0 0.24 0.34 0.33 18.31 0.26 0.56
Hex AC 83 71 0 18 22 21 12 1A 38
Octal 254 203 161 0 30 42 41 22 32 70
Binary 10101100 10000011 1110001 0 11000 100010 100001 10010 11010 111000

Color Harmonies of #AC8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8371

Black with #AC8371

Text Example


Text Example

White with #AC8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8371; }

 p { color: rgb(172,131,113); }

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

background-color css

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

 a { background-color: rgb(172,131,113); }

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

border-color css

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

 span { border-color: rgb(172,131,113); }

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