Html Css Color HEX #AE857D Brandy Rose

📋 copy color: '#AE857D'

red 174 ◦ green 133 ◦ blue 125

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

Shades of Brandy Rose #AE857D

Tints of Brandy Rose #AE857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

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

R = 40.28%
G = 30.79%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE857D (or 0xAE857D) is known color: Brandy Rose. HEX triplet: AE, 85 and 7D. RGB value is (174,133,125). Sum of RGB (Red+Green+Blue) = 174+133+125=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE857D is #517A82. Grayscale: #909090. Windows color (decimal): -5339779 or 8226222. OLE color: 8226222.

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

Color convert

RGB 174 133 125 -
CMYK 0 0.24 0.28 0.32
HSL 9.8º 0.23% 0.59% -
HSV(B) 9.8º 0.28% 0.68% -
XYZ 29.54 27.25 23.11 -
YUV 144.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 174 133 125 0 0.24 0.28 0.32 9.8 0.23 0.59
Hex AE 85 7D 0 18 1C 20 A 17 3B
Octal 256 205 175 0 30 34 40 12 27 73
Binary 10101110 10000101 1111101 0 11000 11100 100000 1010 10111 111011

Color Harmonies of #AE857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE857D

Black with #AE857D

Text Example


Text Example

White with #AE857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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