Html Css Color HEX #AE7E6D Brandy Rose

📋 copy color: '#AE7E6D'

red 174 ◦ green 126 ◦ blue 109

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

Shades of Brandy Rose #AE7E6D

Tints of Brandy Rose #AE7E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 42.54%
G = 30.81%
B = 26.65%

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

#AE7E6D (or 0xAE7E6D) is known color: Brandy Rose. HEX triplet: AE, 7E and 6D. RGB value is (174,126,109). Sum of RGB (Red+Green+Blue) = 174+126+109=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E6D is #518192. Grayscale: #8A8A8A. Windows color (decimal): -5341587 or 7175854. OLE color: 7175854.

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

Color convert

RGB 174 126 109 -
CMYK 0 0.28 0.37 0.32
HSL 15.69º 0.29% 0.55% -
HSV(B) 15.69º 0.37% 0.68% -
XYZ 27.68 25.02 17.84 -
YUV 138.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 174 126 109 0 0.28 0.37 0.32 15.69 0.29 0.55
Hex AE 7E 6D 0 1C 25 20 10 1D 37
Octal 256 176 155 0 34 45 40 20 35 67
Binary 10101110 1111110 1101101 0 11100 100101 100000 10000 11101 110111

Color Harmonies of #AE7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E6D

Black with #AE7E6D

Text Example


Text Example

White with #AE7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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