Html Css Color HEX #AE8777 Brandy Rose

📋 copy color: '#AE8777'

red 174 ◦ green 135 ◦ blue 119

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

Shades of Brandy Rose #AE8777

Tints of Brandy Rose #AE8777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.8%

R = 40.65%
G = 31.54%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE8777 (or 0xAE8777) is known color: Brandy Rose. HEX triplet: AE, 87 and 77. RGB value is (174,135,119). Sum of RGB (Red+Green+Blue) = 174+135+119=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8777 is #517888. Grayscale: #909090. Windows color (decimal): -5339273 or 7833518. OLE color: 7833518.

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

Color convert

RGB 174 135 119 -
CMYK 0 0.22 0.32 0.32
HSL 17.45º 0.25% 0.57% -
HSV(B) 17.45º 0.32% 0.68% -
XYZ 29.45 27.66 21.24 -
YUV 144.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 174 135 119 0 0.22 0.32 0.32 17.45 0.25 0.57
Hex AE 87 77 0 16 20 20 11 19 39
Octal 256 207 167 0 26 40 40 21 31 71
Binary 10101110 10000111 1110111 0 10110 100000 100000 10001 11001 111001

Color Harmonies of #AE8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8777

Black with #AE8777

Text Example


Text Example

White with #AE8777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8777; }

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

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

background-color css

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

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

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

border-color css

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

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

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