Html Css Color HEX #AE8978 Brandy Rose

📋 copy color: '#AE8978'

red 174 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #AE8978

Tints of Brandy Rose #AE8978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 40.37%
G = 31.79%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE8978 (or 0xAE8978) is known color: Brandy Rose. HEX triplet: AE, 89 and 78. RGB value is (174,137,120). Sum of RGB (Red+Green+Blue) = 174+137+120=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8978 is #517687. Grayscale: #929292. Windows color (decimal): -5338760 or 7899566. OLE color: 7899566.

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

Color convert

RGB 174 137 120 -
CMYK 0 0.21 0.31 0.32
HSL 18.89º 0.25% 0.58% -
HSV(B) 18.89º 0.31% 0.68% -
XYZ 29.79 28.25 21.65 -
YUV 146.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 174 137 120 0 0.21 0.31 0.32 18.89 0.25 0.58
Hex AE 89 78 0 15 1F 20 13 19 3A
Octal 256 211 170 0 25 37 40 23 31 72
Binary 10101110 10001001 1111000 0 10101 11111 100000 10011 11001 111010

Color Harmonies of #AE8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8978

Black with #AE8978

Text Example


Text Example

White with #AE8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8978; }

 p { color: rgb(174,137,120); }

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

background-color css

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

 a { background-color: rgb(174,137,120); }

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

border-color css

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

 span { border-color: rgb(174,137,120); }

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