Html Css Color HEX #AC8372 Brandy Rose

📋 copy color: '#AC8372'

red 172 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #AC8372

Tints of Brandy Rose #AC8372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 41.25%
G = 31.41%
B = 27.34%

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

#AC8372 (or 0xAC8372) is known color: Brandy Rose. HEX triplet: AC, 83 and 72. RGB value is (172,131,114). Sum of RGB (Red+Green+Blue) = 172+131+114=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8372 is #537C8D. Grayscale: #8D8D8D. Windows color (decimal): -5471374 or 7504812. OLE color: 7504812.

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

Color convert

RGB 172 131 114 -
CMYK 0 0.24 0.34 0.33
HSL 17.59º 0.26% 0.56% -
HSV(B) 17.59º 0.34% 0.67% -
XYZ 28.17 26.22 19.5 -
YUV 141.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 172 131 114 0 0.24 0.34 0.33 17.59 0.26 0.56
Hex AC 83 72 0 18 22 21 12 1A 38
Octal 254 203 162 0 30 42 41 22 32 70
Binary 10101100 10000011 1110010 0 11000 100010 100001 10010 11010 111000

Color Harmonies of #AC8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8372

Black with #AC8372

Text Example


Text Example

White with #AC8372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8372; }

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

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

background-color css

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

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

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

border-color css

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

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

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