Html Css Color HEX #AE7C78 Brandy Rose

📋 copy color: '#AE7C78'

red 174 ◦ green 124 ◦ blue 120

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

Shades of Brandy Rose #AE7C78

Tints of Brandy Rose #AE7C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

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

R = 41.63%
G = 29.67%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE7C78 (or 0xAE7C78) is known color: Brandy Rose. HEX triplet: AE, 7C and 78. RGB value is (174,124,120). Sum of RGB (Red+Green+Blue) = 174+124+120=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C78 is #518387. Grayscale: #8A8A8A. Windows color (decimal): -5342088 or 7896238. OLE color: 7896238.

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

Color convert

RGB 174 124 120 -
CMYK 0 0.29 0.31 0.32
HSL 4.44º 0.25% 0.58% -
HSV(B) 4.44º 0.31% 0.68% -
XYZ 28.05 24.77 21.07 -
YUV 138.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 174 124 120 0 0.29 0.31 0.32 4.44 0.25 0.58
Hex AE 7C 78 0 1D 1F 20 4 19 3A
Octal 256 174 170 0 35 37 40 4 31 72
Binary 10101110 1111100 1111000 0 11101 11111 100000 100 11001 111010

Color Harmonies of #AE7C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C78

Black with #AE7C78

Text Example


Text Example

White with #AE7C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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