Html Css Color HEX #AA7E75 Brandy Rose

📋 copy color: '#AA7E75'

red 170 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #AA7E75

Tints of Brandy Rose #AA7E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 41.16%
G = 30.51%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7E75 (or 0xAA7E75) is known color: Brandy Rose. HEX triplet: AA, 7E and 75. RGB value is (170,126,117). Sum of RGB (Red+Green+Blue) = 170+126+117=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E75 is #55818A. Grayscale: #8A8A8A. Windows color (decimal): -5603723 or 7700138. OLE color: 7700138.

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

Color convert

RGB 170 126 117 -
CMYK 0 0.26 0.31 0.33
HSL 10.19º 0.24% 0.56% -
HSV(B) 10.19º 0.31% 0.67% -
XYZ 27.25 24.75 20.17 -
YUV 138.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 170 126 117 0 0.26 0.31 0.33 10.19 0.24 0.56
Hex AA 7E 75 0 1A 1F 21 A 18 38
Octal 252 176 165 0 32 37 41 12 30 70
Binary 10101010 1111110 1110101 0 11010 11111 100001 1010 11000 111000

Color Harmonies of #AA7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E75

Black with #AA7E75

Text Example


Text Example

White with #AA7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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