Html Css Color HEX #AE7D78 Brandy Rose

📋 copy color: '#AE7D78'

red 174 ◦ green 125 ◦ blue 120

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

Shades of Brandy Rose #AE7D78

Tints of Brandy Rose #AE7D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.83%

 BLUE value IS 120 (47.27% from 255) = 28.64%

R = 41.53%
G = 29.83%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE7D78 (or 0xAE7D78) is known color: Brandy Rose. HEX triplet: AE, 7D and 78. RGB value is (174,125,120). Sum of RGB (Red+Green+Blue) = 174+125+120=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D78 is #518287. Grayscale: #8B8B8B. Windows color (decimal): -5341832 or 7896494. OLE color: 7896494.

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

Color convert

RGB 174 125 120 -
CMYK 0 0.28 0.31 0.32
HSL 5.56º 0.25% 0.58% -
HSV(B) 5.56º 0.31% 0.68% -
XYZ 28.18 25.02 21.11 -
YUV 139.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 174 125 120 0 0.28 0.31 0.32 5.56 0.25 0.58
Hex AE 7D 78 0 1C 1F 20 6 19 3A
Octal 256 175 170 0 34 37 40 6 31 72
Binary 10101110 1111101 1111000 0 11100 11111 100000 110 11001 111010

Color Harmonies of #AE7D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D78

Black with #AE7D78

Text Example


Text Example

White with #AE7D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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