Html Css Color HEX #A9947A Bronco

📋 copy color: '#A9947A'

red 169 ◦ green 148 ◦ blue 122

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

Shades of Bronco #A9947A

Tints of Bronco #A9947A

RGB

 RED value IS 169 (66.41% from 255) = 38.5%

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

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

R = 38.5%
G = 33.71%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9947A (or 0xA9947A) is known color: Bronco. HEX triplet: A9, 94 and 7A. RGB value is (169,148,122). Sum of RGB (Red+Green+Blue) = 169+148+122=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A9947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9947A is #566B85. Grayscale: #979797. Windows color (decimal): -5663622 or 8033449. OLE color: 8033449.

HSL color Cylindrical-coordinate representation of color #A9947A: hue angle of 33.19º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9947A is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 122 -
CMYK 0 0.12 0.28 0.34
HSL 33.19º 0.21% 0.57% -
HSV(B) 33.19º 0.28% 0.66% -
XYZ 30.46 31.02 22.79 -
YUV 151.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 169 148 122 0 0.12 0.28 0.34 33.19 0.21 0.57
Hex A9 94 7A 0 C 1C 22 21 15 39
Octal 251 224 172 0 14 34 42 41 25 71
Binary 10101001 10010100 1111010 0 1100 11100 100010 100001 10101 111001

Color Harmonies of #A9947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9947A

Black with #A9947A

Text Example


Text Example

White with #A9947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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