Html Css Color HEX #AC837E Brandy Rose

📋 copy color: '#AC837E'

red 172 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #AC837E

Tints of Brandy Rose #AC837E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 40.09%
G = 30.54%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC837E (or 0xAC837E) is known color: Brandy Rose. HEX triplet: AC, 83 and 7E. RGB value is (172,131,126). Sum of RGB (Red+Green+Blue) = 172+131+126=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC837E is #537C81. Grayscale: #8E8E8E. Windows color (decimal): -5471362 or 8291244. OLE color: 8291244.

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

Color convert

RGB 172 131 126 -
CMYK 0 0.24 0.27 0.33
HSL 6.52º 0.22% 0.58% -
HSV(B) 6.52º 0.27% 0.67% -
XYZ 28.9 26.51 23.33 -
YUV 142.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 172 131 126 0 0.24 0.27 0.33 6.52 0.22 0.58
Hex AC 83 7E 0 18 1B 21 7 16 3A
Octal 254 203 176 0 30 33 41 7 26 72
Binary 10101100 10000011 1111110 0 11000 11011 100001 111 10110 111010

Color Harmonies of #AC837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC837E

Black with #AC837E

Text Example


Text Example

White with #AC837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC837E; }

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

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

background-color css

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

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

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

border-color css

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

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

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