Html Css Color HEX #AA7F7A Brandy Rose

📋 copy color: '#AA7F7A'

red 170 ◦ green 127 ◦ blue 122

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

Shades of Brandy Rose #AA7F7A

Tints of Brandy Rose #AA7F7A

RGB

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

 GREEN value IS 127 (50% from 255) = 30.31%

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

R = 40.57%
G = 30.31%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA7F7A (or 0xAA7F7A) is known color: Brandy Rose. HEX triplet: AA, 7F and 7A. RGB value is (170,127,122). Sum of RGB (Red+Green+Blue) = 170+127+122=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F7A is #558085. Grayscale: #8B8B8B. Windows color (decimal): -5603462 or 8028074. OLE color: 8028074.

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

Color convert

RGB 170 127 122 -
CMYK 0 0.25 0.28 0.33
HSL 6.25º 0.22% 0.57% -
HSV(B) 6.25º 0.28% 0.67% -
XYZ 27.68 25.13 21.8 -
YUV 139.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 170 127 122 0 0.25 0.28 0.33 6.25 0.22 0.57
Hex AA 7F 7A 0 19 1C 21 6 16 39
Octal 252 177 172 0 31 34 41 6 26 71
Binary 10101010 1111111 1111010 0 11001 11100 100001 110 10110 111001

Color Harmonies of #AA7F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F7A

Black with #AA7F7A

Text Example


Text Example

White with #AA7F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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