Html Css Color HEX #AA947A Bronco

📋 copy color: '#AA947A'

red 170 ◦ green 148 ◦ blue 122

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

Shades of Bronco #AA947A

Tints of Bronco #AA947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

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

R = 38.64%
G = 33.64%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA947A (or 0xAA947A) is known color: Bronco. HEX triplet: AA, 94 and 7A. RGB value is (170,148,122). Sum of RGB (Red+Green+Blue) = 170+148+122=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA947A is #556B85. Grayscale: #979797. Windows color (decimal): -5598086 or 8033450. OLE color: 8033450.

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

Color convert

RGB 170 148 122 -
CMYK 0 0.13 0.28 0.33
HSL 32.5º 0.22% 0.57% -
HSV(B) 32.5º 0.28% 0.67% -
XYZ 30.68 31.13 22.8 -
YUV 151.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 170 148 122 0 0.13 0.28 0.33 32.5 0.22 0.57
Hex AA 94 7A 0 D 1C 21 20 16 39
Octal 252 224 172 0 15 34 41 40 26 71
Binary 10101010 10010100 1111010 0 1101 11100 100001 100000 10110 111001

Color Harmonies of #AA947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA947A

Black with #AA947A

Text Example


Text Example

White with #AA947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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