Html Css Color HEX #AA997A Bronco

📋 copy color: '#AA997A'

red 170 ◦ green 153 ◦ blue 122

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

Shades of Bronco #AA997A

Tints of Bronco #AA997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 38.2%
G = 34.38%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA997A (or 0xAA997A) is known color: Bronco. HEX triplet: AA, 99 and 7A. RGB value is (170,153,122). Sum of RGB (Red+Green+Blue) = 170+153+122=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA997A is #556685. Grayscale: #9A9A9A. Windows color (decimal): -5596806 or 8034730. OLE color: 8034730.

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

Color convert

RGB 170 153 122 -
CMYK 0 0.1 0.28 0.33
HSL 38.75º 0.22% 0.57% -
HSV(B) 38.75º 0.28% 0.67% -
XYZ 31.48 32.73 23.07 -
YUV 154.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 170 153 122 0 0.1 0.28 0.33 38.75 0.22 0.57
Hex AA 99 7A 0 A 1C 21 27 16 39
Octal 252 231 172 0 12 34 41 47 26 71
Binary 10101010 10011001 1111010 0 1010 11100 100001 100111 10110 111001

Color Harmonies of #AA997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA997A

Black with #AA997A

Text Example


Text Example

White with #AA997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA997A; }

 p { color: rgb(170,153,122); }

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

background-color css

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

 a { background-color: rgb(170,153,122); }

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

border-color css

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

 span { border-color: rgb(170,153,122); }

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