Html Css Color HEX #AE7E6E Brandy Rose

📋 copy color: '#AE7E6E'

red 174 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #AE7E6E

Tints of Brandy Rose #AE7E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 42.44%
G = 30.73%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE7E6E (or 0xAE7E6E) is known color: Brandy Rose. HEX triplet: AE, 7E and 6E. RGB value is (174,126,110). Sum of RGB (Red+Green+Blue) = 174+126+110=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E6E is #518191. Grayscale: #8A8A8A. Windows color (decimal): -5341586 or 7241390. OLE color: 7241390.

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

Color convert

RGB 174 126 110 -
CMYK 0 0.28 0.37 0.32
HSL 15º 0.28% 0.56% -
HSV(B) 15º 0.37% 0.68% -
XYZ 27.73 25.05 18.12 -
YUV 138.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 174 126 110 0 0.28 0.37 0.32 15 0.28 0.56
Hex AE 7E 6E 0 1C 25 20 F 1C 38
Octal 256 176 156 0 34 45 40 17 34 70
Binary 10101110 1111110 1101110 0 11100 100101 100000 1111 11100 111000

Color Harmonies of #AE7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E6E

Black with #AE7E6E

Text Example


Text Example

White with #AE7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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