Html Css Color HEX #AE867B Brandy Rose

📋 copy color: '#AE867B'

red 174 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #AE867B

Tints of Brandy Rose #AE867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

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

R = 40.37%
G = 31.09%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE867B (or 0xAE867B) is known color: Brandy Rose. HEX triplet: AE, 86 and 7B. RGB value is (174,134,123). Sum of RGB (Red+Green+Blue) = 174+134+123=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE867B is #517984. Grayscale: #909090. Windows color (decimal): -5339525 or 8095406. OLE color: 8095406.

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

Color convert

RGB 174 134 123 -
CMYK 0 0.23 0.29 0.32
HSL 12.94º 0.24% 0.58% -
HSV(B) 12.94º 0.29% 0.68% -
XYZ 29.56 27.48 22.49 -
YUV 144.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 174 134 123 0 0.23 0.29 0.32 12.94 0.24 0.58
Hex AE 86 7B 0 17 1D 20 D 18 3A
Octal 256 206 173 0 27 35 40 15 30 72
Binary 10101110 10000110 1111011 0 10111 11101 100000 1101 11000 111010

Color Harmonies of #AE867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE867B

Black with #AE867B

Text Example


Text Example

White with #AE867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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