Html Css Color HEX #AE8170 Brandy Rose

📋 copy color: '#AE8170'

red 174 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #AE8170

Tints of Brandy Rose #AE8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.08%

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 41.93%
G = 31.08%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE8170 (or 0xAE8170) is known color: Brandy Rose. HEX triplet: AE, 81 and 70. RGB value is (174,129,112). Sum of RGB (Red+Green+Blue) = 174+129+112=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8170 is #517E8F. Grayscale: #8C8C8C. Windows color (decimal): -5340816 or 7373230. OLE color: 7373230.

HSL color Cylindrical-coordinate representation of color #AE8170: hue angle of 16.45º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE8170 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 129 112 -
CMYK 0 0.26 0.36 0.32
HSL 16.45º 0.28% 0.56% -
HSV(B) 16.45º 0.36% 0.68% -
XYZ 28.23 25.87 18.83 -
YUV 140.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 174 129 112 0 0.26 0.36 0.32 16.45 0.28 0.56
Hex AE 81 70 0 1A 24 20 10 1C 38
Octal 256 201 160 0 32 44 40 20 34 70
Binary 10101110 10000001 1110000 0 11010 100100 100000 10000 11100 111000

Color Harmonies of #AE8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8170

Black with #AE8170

Text Example


Text Example

White with #AE8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8170; }

 p { color: rgb(174,129,112); }

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

background-color css

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

 a { background-color: rgb(174,129,112); }

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

border-color css

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

 span { border-color: rgb(174,129,112); }

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