Html Css Color HEX #AC8075 Brandy Rose

📋 copy color: '#AC8075'

red 172 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #AC8075

Tints of Brandy Rose #AC8075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.7%

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

R = 41.25%
G = 30.7%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC8075 (or 0xAC8075) is known color: Brandy Rose. HEX triplet: AC, 80 and 75. RGB value is (172,128,117). Sum of RGB (Red+Green+Blue) = 172+128+117=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8075 is #537F8A. Grayscale: #8B8B8B. Windows color (decimal): -5472139 or 7700652. OLE color: 7700652.

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

Color convert

RGB 172 128 117 -
CMYK 0 0.26 0.32 0.33
HSL 12º 0.25% 0.57% -
HSV(B) 12º 0.32% 0.67% -
XYZ 27.94 25.49 20.28 -
YUV 139.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 172 128 117 0 0.26 0.32 0.33 12 0.25 0.57
Hex AC 80 75 0 1A 20 21 C 19 39
Octal 254 200 165 0 32 40 41 14 31 71
Binary 10101100 10000000 1110101 0 11010 100000 100001 1100 11001 111001

Color Harmonies of #AC8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8075

Black with #AC8075

Text Example


Text Example

White with #AC8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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