Html Css Color HEX #AA7B72 Brandy Rose

📋 copy color: '#AA7B72'

red 170 ◦ green 123 ◦ blue 114

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

Shades of Brandy Rose #AA7B72

Tints of Brandy Rose #AA7B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.22%

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 41.77%
G = 30.22%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA7B72 (or 0xAA7B72) is known color: Brandy Rose. HEX triplet: AA, 7B and 72. RGB value is (170,123,114). Sum of RGB (Red+Green+Blue) = 170+123+114=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B72 is #55848D. Grayscale: #888888. Windows color (decimal): -5604494 or 7502762. OLE color: 7502762.

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

Color convert

RGB 170 123 114 -
CMYK 0 0.28 0.33 0.33
HSL 9.64º 0.25% 0.56% -
HSV(B) 9.64º 0.33% 0.67% -
XYZ 26.7 23.93 19.13 -
YUV 136.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 170 123 114 0 0.28 0.33 0.33 9.64 0.25 0.56
Hex AA 7B 72 0 1C 21 21 A 19 38
Octal 252 173 162 0 34 41 41 12 31 70
Binary 10101010 1111011 1110010 0 11100 100001 100001 1010 11001 111000

Color Harmonies of #AA7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B72

Black with #AA7B72

Text Example


Text Example

White with #AA7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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