Html Css Color HEX #AE887E Brandy Rose

📋 copy color: '#AE887E'

red 174 ◦ green 136 ◦ blue 126

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

Shades of Brandy Rose #AE887E

Tints of Brandy Rose #AE887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.19%

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

R = 39.91%
G = 31.19%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE887E (or 0xAE887E) is known color: Brandy Rose. HEX triplet: AE, 88 and 7E. RGB value is (174,136,126). Sum of RGB (Red+Green+Blue) = 174+136+126=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE887E is #517781. Grayscale: #929292. Windows color (decimal): -5339010 or 8292526. OLE color: 8292526.

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

Color convert

RGB 174 136 126 -
CMYK 0 0.22 0.28 0.32
HSL 12.5º 0.23% 0.59% -
HSV(B) 12.5º 0.28% 0.68% -
XYZ 30.03 28.11 23.58 -
YUV 146.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 174 136 126 0 0.22 0.28 0.32 12.5 0.23 0.59
Hex AE 88 7E 0 16 1C 20 C 17 3B
Octal 256 210 176 0 26 34 40 14 27 73
Binary 10101110 10001000 1111110 0 10110 11100 100000 1100 10111 111011

Color Harmonies of #AE887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE887E

Black with #AE887E

Text Example


Text Example

White with #AE887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE887E; }

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

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

background-color css

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

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

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

border-color css

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

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

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