Html Css Color HEX #AE817B Brandy Rose

📋 copy color: '#AE817B'

red 174 ◦ green 129 ◦ blue 123

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

Shades of Brandy Rose #AE817B

Tints of Brandy Rose #AE817B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.87%

R = 40.85%
G = 30.28%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE817B (or 0xAE817B) is known color: Brandy Rose. HEX triplet: AE, 81 and 7B. RGB value is (174,129,123). Sum of RGB (Red+Green+Blue) = 174+129+123=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE817B is #517E84. Grayscale: #8D8D8D. Windows color (decimal): -5340805 or 8094126. OLE color: 8094126.

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

Color convert

RGB 174 129 123 -
CMYK 0 0.26 0.29 0.32
HSL 7.06º 0.24% 0.58% -
HSV(B) 7.06º 0.29% 0.68% -
XYZ 28.88 26.13 22.26 -
YUV 141.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 174 129 123 0 0.26 0.29 0.32 7.06 0.24 0.58
Hex AE 81 7B 0 1A 1D 20 7 18 3A
Octal 256 201 173 0 32 35 40 7 30 72
Binary 10101110 10000001 1111011 0 11010 11101 100000 111 11000 111010

Color Harmonies of #AE817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE817B

Black with #AE817B

Text Example


Text Example

White with #AE817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE817B; }

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

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

background-color css

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

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

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

border-color css

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

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

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