Html Css Color HEX #AE8479 Brandy Rose

📋 copy color: '#AE8479'

red 174 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #AE8479

Tints of Brandy Rose #AE8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

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

R = 40.75%
G = 30.91%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE8479 (or 0xAE8479) is known color: Brandy Rose. HEX triplet: AE, 84 and 79. RGB value is (174,132,121). Sum of RGB (Red+Green+Blue) = 174+132+121=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8479 is #517B86. Grayscale: #8F8F8F. Windows color (decimal): -5340039 or 7963822. OLE color: 7963822.

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

Color convert

RGB 174 132 121 -
CMYK 0 0.24 0.30 0.32
HSL 12.45º 0.25% 0.58% -
HSV(B) 12.45º 0.3% 0.68% -
XYZ 29.16 26.88 21.74 -
YUV 143.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 174 132 121 0 0.24 0.30 0.32 12.45 0.25 0.58
Hex AE 84 79 0 18 1E 20 C 19 3A
Octal 256 204 171 0 30 36 40 14 31 72
Binary 10101110 10000100 1111001 0 11000 11110 100000 1100 11001 111010

Color Harmonies of #AE8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8479

Black with #AE8479

Text Example


Text Example

White with #AE8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8479; }

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

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

background-color css

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

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

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

border-color css

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

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

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