Html Css Color HEX #AE847D Brandy Rose

📋 copy color: '#AE847D'

red 174 ◦ green 132 ◦ blue 125

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

Shades of Brandy Rose #AE847D

Tints of Brandy Rose #AE847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 40.37%
G = 30.63%
B = 29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE847D (or 0xAE847D) is known color: Brandy Rose. HEX triplet: AE, 84 and 7D. RGB value is (174,132,125). Sum of RGB (Red+Green+Blue) = 174+132+125=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE847D is #517B82. Grayscale: #8F8F8F. Windows color (decimal): -5340035 or 8225966. OLE color: 8225966.

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

Color convert

RGB 174 132 125 -
CMYK 0 0.24 0.28 0.32
HSL 8.57º 0.23% 0.59% -
HSV(B) 8.57º 0.28% 0.68% -
XYZ 29.41 26.98 23.06 -
YUV 143.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 174 132 125 0 0.24 0.28 0.32 8.57 0.23 0.59
Hex AE 84 7D 0 18 1C 20 9 17 3B
Octal 256 204 175 0 30 34 40 11 27 73
Binary 10101110 10000100 1111101 0 11000 11100 100000 1001 10111 111011

Color Harmonies of #AE847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE847D

Black with #AE847D

Text Example


Text Example

White with #AE847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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