Html Css Color HEX #AE8579 Brandy Rose

📋 copy color: '#AE8579'

red 174 ◦ green 133 ◦ blue 121

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

Shades of Brandy Rose #AE8579

Tints of Brandy Rose #AE8579

RGB

 RED value IS 174 (68.36% from 255) = 40.65%

 GREEN value IS 133 (52.34% from 255) = 31.07%

 BLUE value IS 121 (47.66% from 255) = 28.27%

R = 40.65%
G = 31.07%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE8579 (or 0xAE8579) is known color: Brandy Rose. HEX triplet: AE, 85 and 79. RGB value is (174,133,121). Sum of RGB (Red+Green+Blue) = 174+133+121=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8579 is #517A86. Grayscale: #8F8F8F. Windows color (decimal): -5339783 or 7964078. OLE color: 7964078.

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

Color convert

RGB 174 133 121 -
CMYK 0 0.24 0.30 0.32
HSL 13.58º 0.25% 0.58% -
HSV(B) 13.58º 0.3% 0.68% -
XYZ 29.29 27.15 21.79 -
YUV 143.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 174 133 121 0 0.24 0.30 0.32 13.58 0.25 0.58
Hex AE 85 79 0 18 1E 20 E 19 3A
Octal 256 205 171 0 30 36 40 16 31 72
Binary 10101110 10000101 1111001 0 11000 11110 100000 1110 11001 111010

Color Harmonies of #AE8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8579

Black with #AE8579

Text Example


Text Example

White with #AE8579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8579; }

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

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

background-color css

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

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

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

border-color css

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

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

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