Html Css Color HEX #AC8575 Brandy Rose

📋 copy color: '#AC8575'

red 172 ◦ green 133 ◦ blue 117

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

Shades of Brandy Rose #AC8575

Tints of Brandy Rose #AC8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 40.76%
G = 31.52%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC8575 (or 0xAC8575) is known color: Brandy Rose. HEX triplet: AC, 85 and 75. RGB value is (172,133,117). Sum of RGB (Red+Green+Blue) = 172+133+117=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8575 is #537A8A. Grayscale: #8E8E8E. Windows color (decimal): -5470859 or 7701932. OLE color: 7701932.

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

Color convert

RGB 172 133 117 -
CMYK 0 0.23 0.32 0.33
HSL 17.45º 0.25% 0.57% -
HSV(B) 17.45º 0.32% 0.67% -
XYZ 28.61 26.83 20.5 -
YUV 142.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 172 133 117 0 0.23 0.32 0.33 17.45 0.25 0.57
Hex AC 85 75 0 17 20 21 11 19 39
Octal 254 205 165 0 27 40 41 21 31 71
Binary 10101100 10000101 1110101 0 10111 100000 100001 10001 11001 111001

Color Harmonies of #AC8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8575

Black with #AC8575

Text Example


Text Example

White with #AC8575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8575; }

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

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

background-color css

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

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

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

border-color css

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

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

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