Html Css Color HEX #AC8675 Brandy Rose

📋 copy color: '#AC8675'

red 172 ◦ green 134 ◦ blue 117

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

Shades of Brandy Rose #AC8675

Tints of Brandy Rose #AC8675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.68%

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

R = 40.66%
G = 31.68%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC8675 (or 0xAC8675) is known color: Brandy Rose. HEX triplet: AC, 86 and 75. RGB value is (172,134,117). Sum of RGB (Red+Green+Blue) = 172+134+117=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8675 is #53798A. Grayscale: #8F8F8F. Windows color (decimal): -5470603 or 7702188. OLE color: 7702188.

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

Color convert

RGB 172 134 117 -
CMYK 0 0.22 0.32 0.33
HSL 18.55º 0.25% 0.57% -
HSV(B) 18.55º 0.32% 0.67% -
XYZ 28.75 27.11 20.55 -
YUV 143.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 172 134 117 0 0.22 0.32 0.33 18.55 0.25 0.57
Hex AC 86 75 0 16 20 21 13 19 39
Octal 254 206 165 0 26 40 41 23 31 71
Binary 10101100 10000110 1110101 0 10110 100000 100001 10011 11001 111001

Color Harmonies of #AC8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8675

Black with #AC8675

Text Example


Text Example

White with #AC8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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