Html Css Color HEX #AC8373 Brandy Rose

📋 copy color: '#AC8373'

red 172 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #AC8373

Tints of Brandy Rose #AC8373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 41.15%
G = 31.34%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC8373 (or 0xAC8373) is known color: Brandy Rose. HEX triplet: AC, 83 and 73. RGB value is (172,131,115). Sum of RGB (Red+Green+Blue) = 172+131+115=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8373 is #537C8C. Grayscale: #8D8D8D. Windows color (decimal): -5471373 or 7570348. OLE color: 7570348.

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

Color convert

RGB 172 131 115 -
CMYK 0 0.24 0.33 0.33
HSL 16.84º 0.26% 0.56% -
HSV(B) 16.84º 0.33% 0.67% -
XYZ 28.22 26.24 19.8 -
YUV 141.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 172 131 115 0 0.24 0.33 0.33 16.84 0.26 0.56
Hex AC 83 73 0 18 21 21 11 1A 38
Octal 254 203 163 0 30 41 41 21 32 70
Binary 10101100 10000011 1110011 0 11000 100001 100001 10001 11010 111000

Color Harmonies of #AC8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8373

Black with #AC8373

Text Example


Text Example

White with #AC8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8373; }

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

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

background-color css

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

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

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

border-color css

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

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

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