Html Css Color HEX #AE827C Brandy Rose

📋 copy color: '#AE827C'

red 174 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #AE827C

Tints of Brandy Rose #AE827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 40.65%
G = 30.37%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE827C (or 0xAE827C) is known color: Brandy Rose. HEX triplet: AE, 82 and 7C. RGB value is (174,130,124). Sum of RGB (Red+Green+Blue) = 174+130+124=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE827C is #517D83. Grayscale: #8E8E8E. Windows color (decimal): -5340548 or 8159918. OLE color: 8159918.

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

Color convert

RGB 174 130 124 -
CMYK 0 0.25 0.29 0.32
HSL 7.2º 0.24% 0.58% -
HSV(B) 7.2º 0.29% 0.68% -
XYZ 29.08 26.42 22.64 -
YUV 142.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 174 130 124 0 0.25 0.29 0.32 7.2 0.24 0.58
Hex AE 82 7C 0 19 1D 20 7 18 3A
Octal 256 202 174 0 31 35 40 7 30 72
Binary 10101110 10000010 1111100 0 11001 11101 100000 111 11000 111010

Color Harmonies of #AE827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE827C

Black with #AE827C

Text Example


Text Example

White with #AE827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE827C; }

 p { color: rgb(174,130,124); }

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

background-color css

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

 a { background-color: rgb(174,130,124); }

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

border-color css

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

 span { border-color: rgb(174,130,124); }

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