Html Css Color HEX #AE817D Brandy Rose

📋 copy color: '#AE817D'

red 174 ◦ green 129 ◦ blue 125

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

Shades of Brandy Rose #AE817D

Tints of Brandy Rose #AE817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.14%

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

R = 40.65%
G = 30.14%
B = 29.21%

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

#AE817D (or 0xAE817D) is known color: Brandy Rose. HEX triplet: AE, 81 and 7D. RGB value is (174,129,125). Sum of RGB (Red+Green+Blue) = 174+129+125=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE817D is #517E82. Grayscale: #8E8E8E. Windows color (decimal): -5340803 or 8225198. OLE color: 8225198.

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

Color convert

RGB 174 129 125 -
CMYK 0 0.26 0.28 0.32
HSL 4.9º 0.23% 0.59% -
HSV(B) 4.9º 0.28% 0.68% -
XYZ 29.01 26.18 22.93 -
YUV 142 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 174 129 125 0 0.26 0.28 0.32 4.9 0.23 0.59
Hex AE 81 7D 0 1A 1C 20 5 17 3B
Octal 256 201 175 0 32 34 40 5 27 73
Binary 10101110 10000001 1111101 0 11010 11100 100000 101 10111 111011

Color Harmonies of #AE817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE817D

Black with #AE817D

Text Example


Text Example

White with #AE817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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