Html Css Color HEX #AA7E7A Brandy Rose

📋 copy color: '#AA7E7A'

red 170 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #AA7E7A

Tints of Brandy Rose #AA7E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.14%

 BLUE value IS 122 (48.05% from 255) = 29.19%

R = 40.67%
G = 30.14%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA7E7A (or 0xAA7E7A) is known color: Brandy Rose. HEX triplet: AA, 7E and 7A. RGB value is (170,126,122). Sum of RGB (Red+Green+Blue) = 170+126+122=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E7A is #558185. Grayscale: #8A8A8A. Windows color (decimal): -5603718 or 8027818. OLE color: 8027818.

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

Color convert

RGB 170 126 122 -
CMYK 0 0.26 0.28 0.33
HSL 0.22% 0.57% -
HSV(B) 0.28% 0.67% -
XYZ 27.55 24.87 21.76 -
YUV 138.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 170 126 122 0 0.26 0.28 0.33 5 0.22 0.57
Hex AA 7E 7A 0 1A 1C 21 5 16 39
Octal 252 176 172 0 32 34 41 5 26 71
Binary 10101010 1111110 1111010 0 11010 11100 100001 101 10110 111001

Color Harmonies of #AA7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E7A

Black with #AA7E7A

Text Example


Text Example

White with #AA7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E7A; }

 p { color: rgb(170,126,122); }

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

background-color css

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

 a { background-color: rgb(170,126,122); }

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

border-color css

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

 span { border-color: rgb(170,126,122); }

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