Html Css Color HEX #AE857A Brandy Rose

📋 copy color: '#AE857A'

red 174 ◦ green 133 ◦ blue 122

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

Shades of Brandy Rose #AE857A

Tints of Brandy Rose #AE857A

RGB

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

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

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

R = 40.56%
G = 31%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE857A (or 0xAE857A) is known color: Brandy Rose. HEX triplet: AE, 85 and 7A. RGB value is (174,133,122). Sum of RGB (Red+Green+Blue) = 174+133+122=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE857A is #517A85. Grayscale: #909090. Windows color (decimal): -5339782 or 8029614. OLE color: 8029614.

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

Color convert

RGB 174 133 122 -
CMYK 0 0.24 0.30 0.32
HSL 12.69º 0.24% 0.58% -
HSV(B) 12.69º 0.3% 0.68% -
XYZ 29.36 27.18 22.11 -
YUV 144.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 174 133 122 0 0.24 0.30 0.32 12.69 0.24 0.58
Hex AE 85 7A 0 18 1E 20 D 18 3A
Octal 256 205 172 0 30 36 40 15 30 72
Binary 10101110 10000101 1111010 0 11000 11110 100000 1101 11000 111010

Color Harmonies of #AE857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE857A

Black with #AE857A

Text Example


Text Example

White with #AE857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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