#AE837E

Color #AE837E Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #AE837E

Tints of Brandy Rose #AE837E

Color information

#AE837E (or 0xAE837E) is unknown color: approx Brandy Rose. HEX triplet: AE, 83 and 7E. RGB value is (174,131,126). Sum of RGB (Red+Green+Blue) = 174+131+126=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE837E is #517C81. Grayscale: #8F8F8F. Windows color (decimal): -5340290 or 8291246. OLE color: 8291246.

HSL color Cylindrical-coordinate representation of color #AE837E: hue angle of 6.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE837E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB174131126-
CMYK00.250.280.32
HSL6.25º22.86%58.82%-
HSV(B)6.25º27.59%68.24%-
XYZ29.3426.7423.35-
YUV143.29118.25149.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=40.37%
G=30.39%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413112600.250.280.326.2522.8658.82
HexAE837E0191C206173b
Octal256203176031344062773
Binary101011101000001111111100110011110010000011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE837E; }

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

 H1.HeaderClassName
 {
   color: #AE837E;
 }
 .AnyTagClassName
 {
   color: #AE837E;
 }
</style>
background-color css

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

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

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

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

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

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