Html Css Color HEX #AC8375 Brandy Rose

📋 copy color: '#AC8375'

red 172 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #AC8375

Tints of Brandy Rose #AC8375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

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

R = 40.95%
G = 31.19%
B = 27.86%

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

#AC8375 (or 0xAC8375) is known color: Brandy Rose. HEX triplet: AC, 83 and 75. RGB value is (172,131,117). Sum of RGB (Red+Green+Blue) = 172+131+117=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8375 is #537C8A. Grayscale: #8D8D8D. Windows color (decimal): -5471371 or 7701420. OLE color: 7701420.

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

Color convert

RGB 172 131 117 -
CMYK 0 0.24 0.32 0.33
HSL 15.27º 0.25% 0.57% -
HSV(B) 15.27º 0.32% 0.67% -
XYZ 28.34 26.29 20.41 -
YUV 141.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 172 131 117 0 0.24 0.32 0.33 15.27 0.25 0.57
Hex AC 83 75 0 18 20 21 F 19 39
Octal 254 203 165 0 30 40 41 17 31 71
Binary 10101100 10000011 1110101 0 11000 100000 100001 1111 11001 111001

Color Harmonies of #AC8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8375

Black with #AC8375

Text Example


Text Example

White with #AC8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8375; }

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

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

background-color css

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

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

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

border-color css

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

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

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