Html Css Color HEX #AC8275 Brandy Rose

📋 copy color: '#AC8275'

red 172 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #AC8275

Tints of Brandy Rose #AC8275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 41.05%
G = 31.03%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC8275 (or 0xAC8275) is known color: Brandy Rose. HEX triplet: AC, 82 and 75. RGB value is (172,130,117). Sum of RGB (Red+Green+Blue) = 172+130+117=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8275 is #537D8A. Grayscale: #8D8D8D. Windows color (decimal): -5471627 or 7701164. OLE color: 7701164.

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

Color convert

RGB 172 130 117 -
CMYK 0 0.24 0.32 0.33
HSL 14.18º 0.25% 0.57% -
HSV(B) 14.18º 0.32% 0.67% -
XYZ 28.21 26.02 20.37 -
YUV 141.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 172 130 117 0 0.24 0.32 0.33 14.18 0.25 0.57
Hex AC 82 75 0 18 20 21 E 19 39
Octal 254 202 165 0 30 40 41 16 31 71
Binary 10101100 10000010 1110101 0 11000 100000 100001 1110 11001 111001

Color Harmonies of #AC8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8275

Black with #AC8275

Text Example


Text Example

White with #AC8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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