Html Css Color HEX #AE897D Brandy Rose

📋 copy color: '#AE897D'

red 174 ◦ green 137 ◦ blue 125

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

Shades of Brandy Rose #AE897D

Tints of Brandy Rose #AE897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 39.91%
G = 31.42%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE897D (or 0xAE897D) is known color: Brandy Rose. HEX triplet: AE, 89 and 7D. RGB value is (174,137,125). Sum of RGB (Red+Green+Blue) = 174+137+125=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE897D is #517682. Grayscale: #929292. Windows color (decimal): -5338755 or 8227246. OLE color: 8227246.

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

Color convert

RGB 174 137 125 -
CMYK 0 0.21 0.28 0.32
HSL 14.69º 0.23% 0.59% -
HSV(B) 14.69º 0.28% 0.68% -
XYZ 30.1 28.37 23.29 -
YUV 146.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 174 137 125 0 0.21 0.28 0.32 14.69 0.23 0.59
Hex AE 89 7D 0 15 1C 20 F 17 3B
Octal 256 211 175 0 25 34 40 17 27 73
Binary 10101110 10001001 1111101 0 10101 11100 100000 1111 10111 111011

Color Harmonies of #AE897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE897D

Black with #AE897D

Text Example


Text Example

White with #AE897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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