Html Css Color HEX #AE857C Brandy Rose

📋 copy color: '#AE857C'

red 174 ◦ green 133 ◦ blue 124

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

Shades of Brandy Rose #AE857C

Tints of Brandy Rose #AE857C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 40.37%
G = 30.86%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE857C (or 0xAE857C) is known color: Brandy Rose. HEX triplet: AE, 85 and 7C. RGB value is (174,133,124). Sum of RGB (Red+Green+Blue) = 174+133+124=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE857C is #517A83. Grayscale: #909090. Windows color (decimal): -5339780 or 8160686. OLE color: 8160686.

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

Color convert

RGB 174 133 124 -
CMYK 0 0.24 0.29 0.32
HSL 10.8º 0.24% 0.58% -
HSV(B) 10.8º 0.29% 0.68% -
XYZ 29.48 27.23 22.77 -
YUV 144.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 174 133 124 0 0.24 0.29 0.32 10.8 0.24 0.58
Hex AE 85 7C 0 18 1D 20 B 18 3A
Octal 256 205 174 0 30 35 40 13 30 72
Binary 10101110 10000101 1111100 0 11000 11101 100000 1011 11000 111010

Color Harmonies of #AE857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE857C

Black with #AE857C

Text Example


Text Example

White with #AE857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE857C; }

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

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

background-color css

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

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

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

border-color css

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

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

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