Html Css Color HEX #AE807D Brandy Rose

📋 copy color: '#AE807D'

red 174 ◦ green 128 ◦ blue 125

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

Shades of Brandy Rose #AE807D

Tints of Brandy Rose #AE807D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.98%

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

R = 40.75%
G = 29.98%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE807D (or 0xAE807D) is known color: Brandy Rose. HEX triplet: AE, 80 and 7D. RGB value is (174,128,125). Sum of RGB (Red+Green+Blue) = 174+128+125=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE807D is #517F82. Grayscale: #8D8D8D. Windows color (decimal): -5341059 or 8224942. OLE color: 8224942.

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

Color convert

RGB 174 128 125 -
CMYK 0 0.26 0.28 0.32
HSL 3.67º 0.23% 0.59% -
HSV(B) 3.67º 0.28% 0.68% -
XYZ 28.88 25.92 22.88 -
YUV 141.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 174 128 125 0 0.26 0.28 0.32 3.67 0.23 0.59
Hex AE 80 7D 0 1A 1C 20 4 17 3B
Octal 256 200 175 0 32 34 40 4 27 73
Binary 10101110 10000000 1111101 0 11010 11100 100000 100 10111 111011

Color Harmonies of #AE807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE807D

Black with #AE807D

Text Example


Text Example

White with #AE807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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