Html Css Color HEX #AE7978 Brandy Rose

📋 copy color: '#AE7978'

red 174 ◦ green 121 ◦ blue 120

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

Shades of Brandy Rose #AE7978

Tints of Brandy Rose #AE7978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.16%

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

R = 41.93%
G = 29.16%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE7978 (or 0xAE7978) is known color: Brandy Rose. HEX triplet: AE, 79 and 78. RGB value is (174,121,120). Sum of RGB (Red+Green+Blue) = 174+121+120=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7978 is #518687. Grayscale: #888888. Windows color (decimal): -5342856 or 7895470. OLE color: 7895470.

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

Color convert

RGB 174 121 120 -
CMYK 0 0.30 0.31 0.32
HSL 1.11º 0.25% 0.58% -
HSV(B) 1.11º 0.31% 0.68% -
XYZ 27.68 24.03 20.95 -
YUV 136.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 174 121 120 0 0.30 0.31 0.32 1.11 0.25 0.58
Hex AE 79 78 0 1E 1F 20 1 19 3A
Octal 256 171 170 0 36 37 40 1 31 72
Binary 10101110 1111001 1111000 0 11110 11111 100000 1 11001 111010

Color Harmonies of #AE7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7978

Black with #AE7978

Text Example


Text Example

White with #AE7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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