Html Css Color HEX #AC8273 Brandy Rose

📋 copy color: '#AC8273'

red 172 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #AC8273

Tints of Brandy Rose #AC8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

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

R = 41.25%
G = 31.18%
B = 27.58%

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

#AC8273 (or 0xAC8273) is known color: Brandy Rose. HEX triplet: AC, 82 and 73. RGB value is (172,130,115). Sum of RGB (Red+Green+Blue) = 172+130+115=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8273 is #537D8C. Grayscale: #8C8C8C. Windows color (decimal): -5471629 or 7570092. OLE color: 7570092.

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

Color convert

RGB 172 130 115 -
CMYK 0 0.24 0.33 0.33
HSL 15.79º 0.26% 0.56% -
HSV(B) 15.79º 0.33% 0.67% -
XYZ 28.09 25.97 19.75 -
YUV 140.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 172 130 115 0 0.24 0.33 0.33 15.79 0.26 0.56
Hex AC 82 73 0 18 21 21 10 1A 38
Octal 254 202 163 0 30 41 41 20 32 70
Binary 10101100 10000010 1110011 0 11000 100001 100001 10000 11010 111000

Color Harmonies of #AC8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8273

Black with #AC8273

Text Example


Text Example

White with #AC8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8273; }

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

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

background-color css

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

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

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

border-color css

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

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

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