Html Css Color HEX #AE887C Brandy Rose

📋 copy color: '#AE887C'

red 174 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #AE887C

Tints of Brandy Rose #AE887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

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

R = 40.09%
G = 31.34%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE887C (or 0xAE887C) is known color: Brandy Rose. HEX triplet: AE, 88 and 7C. RGB value is (174,136,124). Sum of RGB (Red+Green+Blue) = 174+136+124=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE887C is #517783. Grayscale: #929292. Windows color (decimal): -5339012 or 8161454. OLE color: 8161454.

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

Color convert

RGB 174 136 124 -
CMYK 0 0.22 0.29 0.32
HSL 14.4º 0.24% 0.58% -
HSV(B) 14.4º 0.29% 0.68% -
XYZ 29.9 28.06 22.91 -
YUV 145.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 174 136 124 0 0.22 0.29 0.32 14.4 0.24 0.58
Hex AE 88 7C 0 16 1D 20 E 18 3A
Octal 256 210 174 0 26 35 40 16 30 72
Binary 10101110 10001000 1111100 0 10110 11101 100000 1110 11000 111010

Color Harmonies of #AE887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE887C

Black with #AE887C

Text Example


Text Example

White with #AE887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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