#A8997D

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

Shades of Bronco #A8997D

Tints of Bronco #A8997D

Color information

#A8997D (or 0xA8997D) is unknown color: approx Bronco. HEX triplet: A8, 99 and 7D. RGB value is (168,153,125). Sum of RGB (Red+Green+Blue) = 168+153+125=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8997D is #576682. Grayscale: #9A9A9A. Windows color (decimal): -5727875 or 8231336. OLE color: 8231336.

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

Color convert

RGB168153125-
CMYK00.090.260.34
HSL39.07º19.82%57.45%-
HSV(B)39.07º25.6%65.88%-
XYZ31.2432.5924.05-
YUV154.29111.47137.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 125 (49.22% from 255) = 28.03%
R=37.67%
G=34.30%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815312500.090.260.3439.0719.8257.45
HexA8997D091A22271439
Octal2502311750113242472471
Binary10101000100110011111101010011101010001010011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8997D; }

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

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

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

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

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

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

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

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