Html Css Color HEX #AE8377 Brandy Rose

📋 copy color: '#AE8377'

red 174 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #AE8377

Tints of Brandy Rose #AE8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

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

R = 41.04%
G = 30.9%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE8377 (or 0xAE8377) is known color: Brandy Rose. HEX triplet: AE, 83 and 77. RGB value is (174,131,119). Sum of RGB (Red+Green+Blue) = 174+131+119=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8377 is #517C88. Grayscale: #8E8E8E. Windows color (decimal): -5340297 or 7832494. OLE color: 7832494.

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

Color convert

RGB 174 131 119 -
CMYK 0 0.25 0.32 0.32
HSL 13.09º 0.25% 0.57% -
HSV(B) 13.09º 0.32% 0.68% -
XYZ 28.9 26.56 21.06 -
YUV 142.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 174 131 119 0 0.25 0.32 0.32 13.09 0.25 0.57
Hex AE 83 77 0 19 20 20 D 19 39
Octal 256 203 167 0 31 40 40 15 31 71
Binary 10101110 10000011 1110111 0 11001 100000 100000 1101 11001 111001

Color Harmonies of #AE8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8377

Black with #AE8377

Text Example


Text Example

White with #AE8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8377; }

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

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

background-color css

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

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

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

border-color css

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

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

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