Html Css Color HEX #AE8779 Brandy Rose

📋 copy color: '#AE8779'

red 174 ◦ green 135 ◦ blue 121

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

Shades of Brandy Rose #AE8779

Tints of Brandy Rose #AE8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

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

R = 40.47%
G = 31.4%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE8779 (or 0xAE8779) is known color: Brandy Rose. HEX triplet: AE, 87 and 79. RGB value is (174,135,121). Sum of RGB (Red+Green+Blue) = 174+135+121=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8779 is #517886. Grayscale: #919191. Windows color (decimal): -5339271 or 7964590. OLE color: 7964590.

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

Color convert

RGB 174 135 121 -
CMYK 0 0.22 0.30 0.32
HSL 15.85º 0.25% 0.58% -
HSV(B) 15.85º 0.3% 0.68% -
XYZ 29.57 27.71 21.88 -
YUV 145.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 174 135 121 0 0.22 0.30 0.32 15.85 0.25 0.58
Hex AE 87 79 0 16 1E 20 10 19 3A
Octal 256 207 171 0 26 36 40 20 31 72
Binary 10101110 10000111 1111001 0 10110 11110 100000 10000 11001 111010

Color Harmonies of #AE8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8779

Black with #AE8779

Text Example


Text Example

White with #AE8779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8779; }

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

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

background-color css

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

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

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

border-color css

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

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

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