Html Css Color HEX #AE897C Brandy Rose

📋 copy color: '#AE897C'

red 174 ◦ green 137 ◦ blue 124

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

Shades of Brandy Rose #AE897C

Tints of Brandy Rose #AE897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.49%

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

R = 40%
G = 31.49%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE897C (or 0xAE897C) is known color: Brandy Rose. HEX triplet: AE, 89 and 7C. RGB value is (174,137,124). Sum of RGB (Red+Green+Blue) = 174+137+124=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE897C is #517683. Grayscale: #929292. Windows color (decimal): -5338756 or 8161710. OLE color: 8161710.

HSL color Cylindrical-coordinate representation of color #AE897C: hue angle of 15.6º 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 #AE897C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 137 124 -
CMYK 0 0.21 0.29 0.32
HSL 15.6º 0.24% 0.58% -
HSV(B) 15.6º 0.29% 0.68% -
XYZ 30.04 28.35 22.96 -
YUV 146.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 174 137 124 0 0.21 0.29 0.32 15.6 0.24 0.58
Hex AE 89 7C 0 15 1D 20 10 18 3A
Octal 256 211 174 0 25 35 40 20 30 72
Binary 10101110 10001001 1111100 0 10101 11101 100000 10000 11000 111010

Color Harmonies of #AE897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE897C

Black with #AE897C

Text Example


Text Example

White with #AE897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE897C; }

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

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

background-color css

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

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

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

border-color css

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

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

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