Html Css Color HEX #A9997B Bronco

📋 copy color: '#A9997B'

red 169 ◦ green 153 ◦ blue 123

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

Shades of Bronco #A9997B

Tints of Bronco #A9997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 37.98%
G = 34.38%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9997B (or 0xA9997B) is known color: Bronco. HEX triplet: A9, 99 and 7B. RGB value is (169,153,123). Sum of RGB (Red+Green+Blue) = 169+153+123=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A9997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9997B is #566684. Grayscale: #9A9A9A. Windows color (decimal): -5662341 or 8100265. OLE color: 8100265.

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

Color convert

RGB 169 153 123 -
CMYK 0 0.09 0.27 0.34
HSL 39.13º 0.21% 0.57% -
HSV(B) 39.13º 0.27% 0.66% -
XYZ 31.33 32.65 23.39 -
YUV 154.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 169 153 123 0 0.09 0.27 0.34 39.13 0.21 0.57
Hex A9 99 7B 0 9 1B 22 27 15 39
Octal 251 231 173 0 11 33 42 47 25 71
Binary 10101001 10011001 1111011 0 1001 11011 100010 100111 10101 111001

Color Harmonies of #A9997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9997B

Black with #A9997B

Text Example


Text Example

White with #A9997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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