Html Css Color HEX #AE867E Brandy Rose

📋 copy color: '#AE867E'

red 174 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #AE867E

Tints of Brandy Rose #AE867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 40.09%
G = 30.88%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE867E (or 0xAE867E) is known color: Brandy Rose. HEX triplet: AE, 86 and 7E. RGB value is (174,134,126). Sum of RGB (Red+Green+Blue) = 174+134+126=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE867E is #517981. Grayscale: #919191. Windows color (decimal): -5339522 or 8292014. OLE color: 8292014.

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

Color convert

RGB 174 134 126 -
CMYK 0 0.23 0.28 0.32
HSL 10º 0.23% 0.59% -
HSV(B) 10º 0.28% 0.68% -
XYZ 29.75 27.56 23.49 -
YUV 145.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 174 134 126 0 0.23 0.28 0.32 10 0.23 0.59
Hex AE 86 7E 0 17 1C 20 A 17 3B
Octal 256 206 176 0 27 34 40 12 27 73
Binary 10101110 10000110 1111110 0 10111 11100 100000 1010 10111 111011

Color Harmonies of #AE867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE867E

Black with #AE867E

Text Example


Text Example

White with #AE867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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