Html Css Color HEX #AE8273 Brandy Rose

📋 copy color: '#AE8273'

red 174 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #AE8273

Tints of Brandy Rose #AE8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 41.53%
G = 31.03%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE8273 (or 0xAE8273) is known color: Brandy Rose. HEX triplet: AE, 82 and 73. RGB value is (174,130,115). Sum of RGB (Red+Green+Blue) = 174+130+115=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8273 is #517D8C. Grayscale: #8D8D8D. Windows color (decimal): -5340557 or 7570094. OLE color: 7570094.

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

Color convert

RGB 174 130 115 -
CMYK 0 0.25 0.34 0.32
HSL 15.25º 0.27% 0.57% -
HSV(B) 15.25º 0.34% 0.68% -
XYZ 28.53 26.2 19.77 -
YUV 141.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 174 130 115 0 0.25 0.34 0.32 15.25 0.27 0.57
Hex AE 82 73 0 19 22 20 F 1B 39
Octal 256 202 163 0 31 42 40 17 33 71
Binary 10101110 10000010 1110011 0 11001 100010 100000 1111 11011 111001

Color Harmonies of #AE8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8273

Black with #AE8273

Text Example


Text Example

White with #AE8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8273; }

 p { color: rgb(174,130,115); }

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

background-color css

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

 a { background-color: rgb(174,130,115); }

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

border-color css

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

 span { border-color: rgb(174,130,115); }

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