#A8997B

Color #A8997B Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #A8997B

Tints of Bronco #A8997B

Color information

#A8997B (or 0xA8997B) is unknown color: approx Bronco. HEX triplet: A8, 99 and 7B. RGB value is (168,153,123). Sum of RGB (Red+Green+Blue) = 168+153+123=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A8997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8997B is #576684. Grayscale: #9A9A9A. Windows color (decimal): -5727877 or 8100264. OLE color: 8100264.

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

Color convert

RGB168153123-
CMYK00.090.270.34
HSL40º20.55%57.06%-
HSV(B)40º26.79%65.88%-
XYZ31.1132.5423.38-
YUV154.06110.47137.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=37.84%
G=34.46%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815312300.090.270.344020.5557.06
HexA8997B091B22281539
Octal2502311730113342502571
Binary10101000100110011111011010011101110001010100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8997B; }

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

 H1.HeaderClassName
 {
   color: #A8997B;
 }
 .AnyTagClassName
 {
   color: #A8997B;
 }
</style>
background-color css

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

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

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

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

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

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