Html Css Color HEX #AA857D Brandy Rose

📋 copy color: '#AA857D'

red 170 ◦ green 133 ◦ blue 125

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

Shades of Brandy Rose #AA857D

Tints of Brandy Rose #AA857D

RGB

 RED value IS 170 (66.8% from 255) = 39.72%

 GREEN value IS 133 (52.34% from 255) = 31.07%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 39.72%
G = 31.07%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA857D (or 0xAA857D) is known color: Brandy Rose. HEX triplet: AA, 85 and 7D. RGB value is (170,133,125). Sum of RGB (Red+Green+Blue) = 170+133+125=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA857D is #557A82. Grayscale: #8F8F8F. Windows color (decimal): -5601923 or 8226218. OLE color: 8226218.

HSL color Cylindrical-coordinate representation of color #AA857D: hue angle of 10.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA857D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 125 -
CMYK 0 0.22 0.26 0.33
HSL 10.67º 0.21% 0.58% -
HSV(B) 10.67º 0.26% 0.67% -
XYZ 28.67 26.8 23.06 -
YUV 143.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 170 133 125 0 0.22 0.26 0.33 10.67 0.21 0.58
Hex AA 85 7D 0 16 1A 21 B 15 3A
Octal 252 205 175 0 26 32 41 13 25 72
Binary 10101010 10000101 1111101 0 10110 11010 100001 1011 10101 111010

Color Harmonies of #AA857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA857D

Black with #AA857D

Text Example


Text Example

White with #AA857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA857D; }

 p { color: rgb(170,133,125); }

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

background-color css

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

 a { background-color: rgb(170,133,125); }

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

border-color css

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

 span { border-color: rgb(170,133,125); }

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