#AE7975

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

Shades of Brandy Rose #AE7975

Tints of Brandy Rose #AE7975

Color information

#AE7975 (or 0xAE7975) is unknown color: approx Brandy Rose. HEX triplet: AE, 79 and 75. RGB value is (174,121,117). Sum of RGB (Red+Green+Blue) = 174+121+117=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7975 is #51868A. Grayscale: #888888. Windows color (decimal): -5342859 or 7698862. OLE color: 7698862.

HSL color Cylindrical-coordinate representation of color #AE7975: hue angle of 4.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE7975 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB174121117-
CMYK00.300.330.32
HSL4.21º26.03%57.06%-
HSV(B)4.21º32.76%68.24%-
XYZ27.523.9620-
YUV136.39117.06154.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=42.23%
G=29.37%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412111700.300.330.324.2126.0357.06
HexAE797501E212041a39
Octal256171165036414043271
Binary101011101111001111010101111010000110000010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7975; }

 p { color: rgb(174,121,117); }

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

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

 a { background-color: rgb(174,121,117); }

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

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

 span { border-color: rgb(174,121,117); }

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