Html Css Color HEX #AE816F Brandy Rose

📋 copy color: '#AE816F'

red 174 ◦ green 129 ◦ blue 111

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

Shades of Brandy Rose #AE816F

Tints of Brandy Rose #AE816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.16%

 BLUE value IS 111 (43.75% from 255) = 26.81%

R = 42.03%
G = 31.16%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE816F (or 0xAE816F) is known color: Brandy Rose. HEX triplet: AE, 81 and 6F. RGB value is (174,129,111). Sum of RGB (Red+Green+Blue) = 174+129+111=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE816F is #517E90. Grayscale: #8C8C8C. Windows color (decimal): -5340817 or 7307694. OLE color: 7307694.

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

Color convert

RGB 174 129 111 -
CMYK 0 0.26 0.36 0.32
HSL 17.14º 0.28% 0.56% -
HSV(B) 17.14º 0.36% 0.68% -
XYZ 28.18 25.85 18.54 -
YUV 140.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 174 129 111 0 0.26 0.36 0.32 17.14 0.28 0.56
Hex AE 81 6F 0 1A 24 20 11 1C 38
Octal 256 201 157 0 32 44 40 21 34 70
Binary 10101110 10000001 1101111 0 11010 100100 100000 10001 11100 111000

Color Harmonies of #AE816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE816F

Black with #AE816F

Text Example


Text Example

White with #AE816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE816F; }

 p { color: rgb(174,129,111); }

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

background-color css

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

 a { background-color: rgb(174,129,111); }

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

border-color css

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

 span { border-color: rgb(174,129,111); }

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