Html Css Color HEX #AE7D74 Brandy Rose

📋 copy color: '#AE7D74'

red 174 ◦ green 125 ◦ blue 116

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

Shades of Brandy Rose #AE7D74

Tints of Brandy Rose #AE7D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 41.93%
G = 30.12%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE7D74 (or 0xAE7D74) is known color: Brandy Rose. HEX triplet: AE, 7D and 74. RGB value is (174,125,116). Sum of RGB (Red+Green+Blue) = 174+125+116=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D74 is #51828B. Grayscale: #8A8A8A. Windows color (decimal): -5341836 or 7634350. OLE color: 7634350.

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

Color convert

RGB 174 125 116 -
CMYK 0 0.28 0.33 0.32
HSL 9.31º 0.26% 0.57% -
HSV(B) 9.31º 0.33% 0.68% -
XYZ 27.94 24.93 19.86 -
YUV 138.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 174 125 116 0 0.28 0.33 0.32 9.31 0.26 0.57
Hex AE 7D 74 0 1C 21 20 9 1A 39
Octal 256 175 164 0 34 41 40 11 32 71
Binary 10101110 1111101 1110100 0 11100 100001 100000 1001 11010 111001

Color Harmonies of #AE7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D74

Black with #AE7D74

Text Example


Text Example

White with #AE7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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