Html Css Color HEX #AE8679 Brandy Rose

📋 copy color: '#AE8679'

red 174 ◦ green 134 ◦ blue 121

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

Shades of Brandy Rose #AE8679

Tints of Brandy Rose #AE8679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.21%

R = 40.56%
G = 31.24%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE8679 (or 0xAE8679) is known color: Brandy Rose. HEX triplet: AE, 86 and 79. RGB value is (174,134,121). Sum of RGB (Red+Green+Blue) = 174+134+121=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8679 is #517986. Grayscale: #909090. Windows color (decimal): -5339527 or 7964334. OLE color: 7964334.

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

Color convert

RGB 174 134 121 -
CMYK 0 0.23 0.30 0.32
HSL 14.72º 0.25% 0.58% -
HSV(B) 14.72º 0.3% 0.68% -
XYZ 29.43 27.43 21.83 -
YUV 144.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 174 134 121 0 0.23 0.30 0.32 14.72 0.25 0.58
Hex AE 86 79 0 17 1E 20 F 19 3A
Octal 256 206 171 0 27 36 40 17 31 72
Binary 10101110 10000110 1111001 0 10111 11110 100000 1111 11001 111010

Color Harmonies of #AE8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8679

Black with #AE8679

Text Example


Text Example

White with #AE8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8679; }

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

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

background-color css

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

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

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

border-color css

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

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

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