Html Css Color HEX #A9997A Bronco

📋 copy color: '#A9997A'

red 169 ◦ green 153 ◦ blue 122

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

Shades of Bronco #A9997A

Tints of Bronco #A9997A

RGB

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

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

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

R = 38.06%
G = 34.46%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9997A (or 0xA9997A) is known color: Bronco. HEX triplet: A9, 99 and 7A. RGB value is (169,153,122). Sum of RGB (Red+Green+Blue) = 169+153+122=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A9997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9997A is #566685. Grayscale: #9A9A9A. Windows color (decimal): -5662342 or 8034729. OLE color: 8034729.

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

Color convert

RGB 169 153 122 -
CMYK 0 0.09 0.28 0.34
HSL 39.57º 0.21% 0.57% -
HSV(B) 39.57º 0.28% 0.66% -
XYZ 31.27 32.62 23.06 -
YUV 154.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 169 153 122 0 0.09 0.28 0.34 39.57 0.21 0.57
Hex A9 99 7A 0 9 1C 22 28 15 39
Octal 251 231 172 0 11 34 42 50 25 71
Binary 10101001 10011001 1111010 0 1001 11100 100010 101000 10101 111001

Color Harmonies of #A9997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9997A

Black with #A9997A

Text Example


Text Example

White with #A9997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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