Html Css Color HEX #AE7E75 Brandy Rose

📋 copy color: '#AE7E75'

red 174 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #AE7E75

Tints of Brandy Rose #AE7E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 41.73%
G = 30.22%
B = 28.06%

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

#AE7E75 (or 0xAE7E75) is known color: Brandy Rose. HEX triplet: AE, 7E and 75. RGB value is (174,126,117). Sum of RGB (Red+Green+Blue) = 174+126+117=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E75 is #51818A. Grayscale: #8B8B8B. Windows color (decimal): -5341579 or 7700142. OLE color: 7700142.

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

Color convert

RGB 174 126 117 -
CMYK 0 0.28 0.33 0.32
HSL 9.47º 0.26% 0.57% -
HSV(B) 9.47º 0.33% 0.68% -
XYZ 28.13 25.2 20.21 -
YUV 139.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 174 126 117 0 0.28 0.33 0.32 9.47 0.26 0.57
Hex AE 7E 75 0 1C 21 20 9 1A 39
Octal 256 176 165 0 34 41 40 11 32 71
Binary 10101110 1111110 1110101 0 11100 100001 100000 1001 11010 111001

Color Harmonies of #AE7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E75

Black with #AE7E75

Text Example


Text Example

White with #AE7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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