Html Css Color HEX #AC837C Brandy Rose

📋 copy color: '#AC837C'

red 172 ◦ green 131 ◦ blue 124

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

Shades of Brandy Rose #AC837C

Tints of Brandy Rose #AC837C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 40.28%
G = 30.68%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC837C (or 0xAC837C) is known color: Brandy Rose. HEX triplet: AC, 83 and 7C. RGB value is (172,131,124). Sum of RGB (Red+Green+Blue) = 172+131+124=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC837C is #537C83. Grayscale: #8E8E8E. Windows color (decimal): -5471364 or 8160172. OLE color: 8160172.

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

Color convert

RGB 172 131 124 -
CMYK 0 0.24 0.28 0.33
HSL 8.75º 0.22% 0.58% -
HSV(B) 8.75º 0.28% 0.67% -
XYZ 28.77 26.46 22.66 -
YUV 142.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 172 131 124 0 0.24 0.28 0.33 8.75 0.22 0.58
Hex AC 83 7C 0 18 1C 21 9 16 3A
Octal 254 203 174 0 30 34 41 11 26 72
Binary 10101100 10000011 1111100 0 11000 11100 100001 1001 10110 111010

Color Harmonies of #AC837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC837C

Black with #AC837C

Text Example


Text Example

White with #AC837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC837C; }

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

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

background-color css

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

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

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

border-color css

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

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

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