Html Css Color HEX #AE7E77 Brandy Rose

📋 copy color: '#AE7E77'

red 174 ◦ green 126 ◦ blue 119

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

Shades of Brandy Rose #AE7E77

Tints of Brandy Rose #AE7E77

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 41.53%
G = 30.07%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE7E77 (or 0xAE7E77) is known color: Brandy Rose. HEX triplet: AE, 7E and 77. RGB value is (174,126,119). Sum of RGB (Red+Green+Blue) = 174+126+119=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E77 is #518188. Grayscale: #8B8B8B. Windows color (decimal): -5341577 or 7831214. OLE color: 7831214.

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

Color convert

RGB 174 126 119 -
CMYK 0 0.28 0.32 0.32
HSL 7.64º 0.25% 0.57% -
HSV(B) 7.64º 0.32% 0.68% -
XYZ 28.25 25.25 20.84 -
YUV 139.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 174 126 119 0 0.28 0.32 0.32 7.64 0.25 0.57
Hex AE 7E 77 0 1C 20 20 8 19 39
Octal 256 176 167 0 34 40 40 10 31 71
Binary 10101110 1111110 1110111 0 11100 100000 100000 1000 11001 111001

Color Harmonies of #AE7E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E77

Black with #AE7E77

Text Example


Text Example

White with #AE7E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E77; }

 p { color: rgb(174,126,119); }

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

background-color css

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

 a { background-color: rgb(174,126,119); }

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

border-color css

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

 span { border-color: rgb(174,126,119); }

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