Html Css Color HEX #AE847C Brandy Rose

📋 copy color: '#AE847C'

red 174 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #AE847C

Tints of Brandy Rose #AE847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

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

R = 40.47%
G = 30.7%
B = 28.84%

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

#AE847C (or 0xAE847C) is known color: Brandy Rose. HEX triplet: AE, 84 and 7C. RGB value is (174,132,124). Sum of RGB (Red+Green+Blue) = 174+132+124=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE847C is #517B83. Grayscale: #8F8F8F. Windows color (decimal): -5340036 or 8160430. OLE color: 8160430.

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

Color convert

RGB 174 132 124 -
CMYK 0 0.24 0.29 0.32
HSL 9.6º 0.24% 0.58% -
HSV(B) 9.6º 0.29% 0.68% -
XYZ 29.34 26.96 22.73 -
YUV 143.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 174 132 124 0 0.24 0.29 0.32 9.6 0.24 0.58
Hex AE 84 7C 0 18 1D 20 A 18 3A
Octal 256 204 174 0 30 35 40 12 30 72
Binary 10101110 10000100 1111100 0 11000 11101 100000 1010 11000 111010

Color Harmonies of #AE847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE847C

Black with #AE847C

Text Example


Text Example

White with #AE847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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