#AE8678

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

Shades of Brandy Rose #AE8678

Tints of Brandy Rose #AE8678

Color information

#AE8678 (or 0xAE8678) is unknown color: approx Brandy Rose. HEX triplet: AE, 86 and 78. RGB value is (174,134,120). Sum of RGB (Red+Green+Blue) = 174+134+120=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8678 is #517987. Grayscale: #909090. Windows color (decimal): -5339528 or 7898798. OLE color: 7898798.

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

Color convert

RGB174134120-
CMYK00.230.310.32
HSL15.56º25%57.65%-
HSV(B)15.56º31.03%68.24%-
XYZ29.3727.421.51-
YUV144.36114.25149.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=40.65%
G=31.31%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413412000.230.310.3215.562557.65
HexAE86780171F2010193a
Octal2562061700273740203172
Binary10101110100001101111000010111111111000001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8678; }

 p { color: rgb(174,134,120); }

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

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

 a { background-color: rgb(174,134,120); }

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

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

 span { border-color: rgb(174,134,120); }

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