Html Css Color HEX #AE887B Brandy Rose

📋 copy color: '#AE887B'

red 174 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #AE887B

Tints of Brandy Rose #AE887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.41%

R = 40.18%
G = 31.41%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE887B (or 0xAE887B) is known color: Brandy Rose. HEX triplet: AE, 88 and 7B. RGB value is (174,136,123). Sum of RGB (Red+Green+Blue) = 174+136+123=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE887B is #517784. Grayscale: #919191. Windows color (decimal): -5339013 or 8095918. OLE color: 8095918.

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

Color convert

RGB 174 136 123 -
CMYK 0 0.22 0.29 0.32
HSL 15.29º 0.24% 0.58% -
HSV(B) 15.29º 0.29% 0.68% -
XYZ 29.83 28.04 22.58 -
YUV 145.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 174 136 123 0 0.22 0.29 0.32 15.29 0.24 0.58
Hex AE 88 7B 0 16 1D 20 F 18 3A
Octal 256 210 173 0 26 35 40 17 30 72
Binary 10101110 10001000 1111011 0 10110 11101 100000 1111 11000 111010

Color Harmonies of #AE887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE887B

Black with #AE887B

Text Example


Text Example

White with #AE887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE887B; }

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

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

background-color css

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

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

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

border-color css

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

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

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