Html Css Color HEX #AE7C73 Brandy Rose

📋 copy color: '#AE7C73'

red 174 ◦ green 124 ◦ blue 115

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

Shades of Brandy Rose #AE7C73

Tints of Brandy Rose #AE7C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 42.13%
G = 30.02%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE7C73 (or 0xAE7C73) is known color: Brandy Rose. HEX triplet: AE, 7C and 73. RGB value is (174,124,115). Sum of RGB (Red+Green+Blue) = 174+124+115=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C73 is #51838C. Grayscale: #8A8A8A. Windows color (decimal): -5342093 or 7568558. OLE color: 7568558.

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

Color convert

RGB 174 124 115 -
CMYK 0 0.29 0.34 0.32
HSL 9.15º 0.27% 0.57% -
HSV(B) 9.15º 0.34% 0.68% -
XYZ 27.76 24.65 19.51 -
YUV 137.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 174 124 115 0 0.29 0.34 0.32 9.15 0.27 0.57
Hex AE 7C 73 0 1D 22 20 9 1B 39
Octal 256 174 163 0 35 42 40 11 33 71
Binary 10101110 1111100 1110011 0 11101 100010 100000 1001 11011 111001

Color Harmonies of #AE7C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C73

Black with #AE7C73

Text Example


Text Example

White with #AE7C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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