Html Css Color HEX #AA7F70 Brandy Rose

📋 copy color: '#AA7F70'

red 170 ◦ green 127 ◦ blue 112

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

Shades of Brandy Rose #AA7F70

Tints of Brandy Rose #AA7F70

RGB

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

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

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

R = 41.56%
G = 31.05%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA7F70 (or 0xAA7F70) is known color: Brandy Rose. HEX triplet: AA, 7F and 70. RGB value is (170,127,112). Sum of RGB (Red+Green+Blue) = 170+127+112=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F70 is #55808F. Grayscale: #8A8A8A. Windows color (decimal): -5603472 or 7372714. OLE color: 7372714.

HSL color Cylindrical-coordinate representation of color #AA7F70: hue angle of 15.52º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7F70 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 112 -
CMYK 0 0.25 0.34 0.33
HSL 15.52º 0.25% 0.55% -
HSV(B) 15.52º 0.34% 0.67% -
XYZ 27.09 24.89 18.71 -
YUV 138.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 170 127 112 0 0.25 0.34 0.33 15.52 0.25 0.55
Hex AA 7F 70 0 19 22 21 10 19 37
Octal 252 177 160 0 31 42 41 20 31 67
Binary 10101010 1111111 1110000 0 11001 100010 100001 10000 11001 110111

Color Harmonies of #AA7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F70

Black with #AA7F70

Text Example


Text Example

White with #AA7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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