Html Css Color HEX #AC8175 Brandy Rose

📋 copy color: '#AC8175'

red 172 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #AC8175

Tints of Brandy Rose #AC8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

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

R = 41.15%
G = 30.86%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC8175 (or 0xAC8175) is known color: Brandy Rose. HEX triplet: AC, 81 and 75. RGB value is (172,129,117). Sum of RGB (Red+Green+Blue) = 172+129+117=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8175 is #537E8A. Grayscale: #8C8C8C. Windows color (decimal): -5471883 or 7700908. OLE color: 7700908.

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

Color convert

RGB 172 129 117 -
CMYK 0 0.25 0.32 0.33
HSL 13.09º 0.25% 0.57% -
HSV(B) 13.09º 0.32% 0.67% -
XYZ 28.07 25.76 20.32 -
YUV 140.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 172 129 117 0 0.25 0.32 0.33 13.09 0.25 0.57
Hex AC 81 75 0 19 20 21 D 19 39
Octal 254 201 165 0 31 40 41 15 31 71
Binary 10101100 10000001 1110101 0 11001 100000 100001 1101 11001 111001

Color Harmonies of #AC8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8175

Black with #AC8175

Text Example


Text Example

White with #AC8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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