Html Css Color HEX #AC8473 Brandy Rose

📋 copy color: '#AC8473'

red 172 ◦ green 132 ◦ blue 115

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

Shades of Brandy Rose #AC8473

Tints of Brandy Rose #AC8473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

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

R = 41.05%
G = 31.5%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC8473 (or 0xAC8473) is known color: Brandy Rose. HEX triplet: AC, 84 and 73. RGB value is (172,132,115). Sum of RGB (Red+Green+Blue) = 172+132+115=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8473 is #537B8C. Grayscale: #8E8E8E. Windows color (decimal): -5471117 or 7570604. OLE color: 7570604.

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

Color convert

RGB 172 132 115 -
CMYK 0 0.23 0.33 0.33
HSL 17.89º 0.26% 0.56% -
HSV(B) 17.89º 0.33% 0.67% -
XYZ 28.36 26.51 19.84 -
YUV 142.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 172 132 115 0 0.23 0.33 0.33 17.89 0.26 0.56
Hex AC 84 73 0 17 21 21 12 1A 38
Octal 254 204 163 0 27 41 41 22 32 70
Binary 10101100 10000100 1110011 0 10111 100001 100001 10010 11010 111000

Color Harmonies of #AC8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8473

Black with #AC8473

Text Example


Text Example

White with #AC8473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8473; }

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

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

background-color css

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

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

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

border-color css

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

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

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