Html Css Color HEX #AE7B78 Brandy Rose

📋 copy color: '#AE7B78'

red 174 ◦ green 123 ◦ blue 120

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

Shades of Brandy Rose #AE7B78

Tints of Brandy Rose #AE7B78

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

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

R = 41.73%
G = 29.5%
B = 28.78%

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

#AE7B78 (or 0xAE7B78) is known color: Brandy Rose. HEX triplet: AE, 7B and 78. RGB value is (174,123,120). Sum of RGB (Red+Green+Blue) = 174+123+120=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B78 is #518487. Grayscale: #898989. Windows color (decimal): -5342344 or 7895982. OLE color: 7895982.

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

Color convert

RGB 174 123 120 -
CMYK 0 0.29 0.31 0.32
HSL 3.33º 0.25% 0.58% -
HSV(B) 3.33º 0.31% 0.68% -
XYZ 27.93 24.52 21.03 -
YUV 137.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 174 123 120 0 0.29 0.31 0.32 3.33 0.25 0.58
Hex AE 7B 78 0 1D 1F 20 3 19 3A
Octal 256 173 170 0 35 37 40 3 31 72
Binary 10101110 1111011 1111000 0 11101 11111 100000 11 11001 111010

Color Harmonies of #AE7B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B78

Black with #AE7B78

Text Example


Text Example

White with #AE7B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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