Html Css Color HEX #AA7E74 Brandy Rose

📋 copy color: '#AA7E74'

red 170 ◦ green 126 ◦ blue 116

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

Shades of Brandy Rose #AA7E74

Tints of Brandy Rose #AA7E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 41.26%
G = 30.58%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA7E74 (or 0xAA7E74) is known color: Brandy Rose. HEX triplet: AA, 7E and 74. RGB value is (170,126,116). Sum of RGB (Red+Green+Blue) = 170+126+116=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E74 is #55818B. Grayscale: #8A8A8A. Windows color (decimal): -5603724 or 7634602. OLE color: 7634602.

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

Color convert

RGB 170 126 116 -
CMYK 0 0.26 0.32 0.33
HSL 11.11º 0.24% 0.56% -
HSV(B) 11.11º 0.32% 0.67% -
XYZ 27.19 24.73 19.86 -
YUV 138.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 170 126 116 0 0.26 0.32 0.33 11.11 0.24 0.56
Hex AA 7E 74 0 1A 20 21 B 18 38
Octal 252 176 164 0 32 40 41 13 30 70
Binary 10101010 1111110 1110100 0 11010 100000 100001 1011 11000 111000

Color Harmonies of #AA7E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E74

Black with #AA7E74

Text Example


Text Example

White with #AA7E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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