Html Css Color HEX #AE887D Brandy Rose

📋 copy color: '#AE887D'

red 174 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #AE887D

Tints of Brandy Rose #AE887D

RGB

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

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

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

R = 40%
G = 31.26%
B = 28.74%

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

#AE887D (or 0xAE887D) is known color: Brandy Rose. HEX triplet: AE, 88 and 7D. RGB value is (174,136,125). Sum of RGB (Red+Green+Blue) = 174+136+125=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE887D is #517782. Grayscale: #929292. Windows color (decimal): -5339011 or 8226990. OLE color: 8226990.

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

Color convert

RGB 174 136 125 -
CMYK 0 0.22 0.28 0.32
HSL 13.47º 0.23% 0.59% -
HSV(B) 13.47º 0.28% 0.68% -
XYZ 29.96 28.09 23.24 -
YUV 146.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 174 136 125 0 0.22 0.28 0.32 13.47 0.23 0.59
Hex AE 88 7D 0 16 1C 20 D 17 3B
Octal 256 210 175 0 26 34 40 15 27 73
Binary 10101110 10001000 1111101 0 10110 11100 100000 1101 10111 111011

Color Harmonies of #AE887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE887D

Black with #AE887D

Text Example


Text Example

White with #AE887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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