Html Css Color HEX #AA947C Bronco

📋 copy color: '#AA947C'

red 170 ◦ green 148 ◦ blue 124

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

Shades of Bronco #AA947C

Tints of Bronco #AA947C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 38.46%
G = 33.48%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA947C (or 0xAA947C) is known color: Bronco. HEX triplet: AA, 94 and 7C. RGB value is (170,148,124). Sum of RGB (Red+Green+Blue) = 170+148+124=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA947C is #556B83. Grayscale: #979797. Windows color (decimal): -5598084 or 8164522. OLE color: 8164522.

HSL color Cylindrical-coordinate representation of color #AA947C: hue angle of 31.3º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA947C is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 148 124 -
CMYK 0 0.13 0.27 0.33
HSL 31.3º 0.21% 0.58% -
HSV(B) 31.3º 0.27% 0.67% -
XYZ 30.81 31.18 23.46 -
YUV 151.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 170 148 124 0 0.13 0.27 0.33 31.3 0.21 0.58
Hex AA 94 7C 0 D 1B 21 1F 15 3A
Octal 252 224 174 0 15 33 41 37 25 72
Binary 10101010 10010100 1111100 0 1101 11011 100001 11111 10101 111010

Color Harmonies of #AA947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA947C

Black with #AA947C

Text Example


Text Example

White with #AA947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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