Html Css Color HEX #AC8377 Brandy Rose

📋 copy color: '#AC8377'

red 172 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #AC8377

Tints of Brandy Rose #AC8377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 40.76%
G = 31.04%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8377 (or 0xAC8377) is known color: Brandy Rose. HEX triplet: AC, 83 and 77. RGB value is (172,131,119). Sum of RGB (Red+Green+Blue) = 172+131+119=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8377 is #537C88. Grayscale: #8D8D8D. Windows color (decimal): -5471369 or 7832492. OLE color: 7832492.

HSL color Cylindrical-coordinate representation of color #AC8377: hue angle of 13.58º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8377 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 119 -
CMYK 0 0.24 0.31 0.33
HSL 13.58º 0.24% 0.57% -
HSV(B) 13.58º 0.31% 0.67% -
XYZ 28.46 26.34 21.04 -
YUV 141.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 172 131 119 0 0.24 0.31 0.33 13.58 0.24 0.57
Hex AC 83 77 0 18 1F 21 E 18 39
Octal 254 203 167 0 30 37 41 16 30 71
Binary 10101100 10000011 1110111 0 11000 11111 100001 1110 11000 111001

Color Harmonies of #AC8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8377

Black with #AC8377

Text Example


Text Example

White with #AC8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8377; }

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

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

background-color css

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

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

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

border-color css

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

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

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