Html Css Color HEX #AA7F7B Brandy Rose

📋 copy color: '#AA7F7B'

red 170 ◦ green 127 ◦ blue 123

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

Shades of Brandy Rose #AA7F7B

Tints of Brandy Rose #AA7F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.29%

R = 40.48%
G = 30.24%
B = 29.29%

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

#AA7F7B (or 0xAA7F7B) is known color: Brandy Rose. HEX triplet: AA, 7F and 7B. RGB value is (170,127,123). Sum of RGB (Red+Green+Blue) = 170+127+123=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F7B is #558084. Grayscale: #8B8B8B. Windows color (decimal): -5603461 or 8093610. OLE color: 8093610.

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

Color convert

RGB 170 127 123 -
CMYK 0 0.25 0.28 0.33
HSL 5.11º 0.22% 0.57% -
HSV(B) 5.11º 0.28% 0.67% -
XYZ 27.74 25.15 22.13 -
YUV 139.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 170 127 123 0 0.25 0.28 0.33 5.11 0.22 0.57
Hex AA 7F 7B 0 19 1C 21 5 16 39
Octal 252 177 173 0 31 34 41 5 26 71
Binary 10101010 1111111 1111011 0 11001 11100 100001 101 10110 111001

Color Harmonies of #AA7F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F7B

Black with #AA7F7B

Text Example


Text Example

White with #AA7F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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