Html Css Color HEX #AE897A Brandy Rose

📋 copy color: '#AE897A'

red 174 ◦ green 137 ◦ blue 122

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

Shades of Brandy Rose #AE897A

Tints of Brandy Rose #AE897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 40.18%
G = 31.64%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE897A (or 0xAE897A) is known color: Brandy Rose. HEX triplet: AE, 89 and 7A. RGB value is (174,137,122). Sum of RGB (Red+Green+Blue) = 174+137+122=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE897A is #517685. Grayscale: #929292. Windows color (decimal): -5338758 or 8030638. OLE color: 8030638.

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

Color convert

RGB 174 137 122 -
CMYK 0 0.21 0.30 0.32
HSL 17.31º 0.24% 0.58% -
HSV(B) 17.31º 0.3% 0.68% -
XYZ 29.91 28.3 22.3 -
YUV 146.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 174 137 122 0 0.21 0.30 0.32 17.31 0.24 0.58
Hex AE 89 7A 0 15 1E 20 11 18 3A
Octal 256 211 172 0 25 36 40 21 30 72
Binary 10101110 10001001 1111010 0 10101 11110 100000 10001 11000 111010

Color Harmonies of #AE897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE897A

Black with #AE897A

Text Example


Text Example

White with #AE897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE897A; }

 p { color: rgb(174,137,122); }

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

background-color css

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

 a { background-color: rgb(174,137,122); }

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

border-color css

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

 span { border-color: rgb(174,137,122); }

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